LSInputComponent.cs 154 B

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