namespace ET { public class LSInputComponent: LSEntity, ILSUpdate, IAwake, ISerializeToEntity { public LSInput LSInput { get; set; } } }