LSInputComponent.cs 156 B

1234567
  1. namespace ET
  2. {
  3. public class LSInputComponent: LSEntity, ILSUpdate, IAwake, ISerializeToEntity
  4. {
  5. public LSInput LSInput { get; set; }
  6. }
  7. }