LSInputComponent.cs 174 B

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