KSID.cs 347 B

1234567891011121314151617181920
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace SC.XR.Unity.Module_InputSystem.InputDeviceGC.KS {
  7. public enum KSID {
  8. K11 = 34,
  9. K101 = 17,
  10. K102 = 17,
  11. K07 = 68,
  12. Nolo = 256,
  13. Luci = 255,
  14. Null = -1,
  15. }
  16. }