using TrueSync; namespace ET.Client { [ComponentOf(typeof(Room))] public class RoomClientUpdater: Entity, IAwake, IUpdate { public LSInput Input = new(); public long MyId; } }