1234567891011121314151617181920 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SC.XR.Unity.Module_InputSystem.InputDeviceGC.KS {
- public enum KSID {
- K11 = 34,
- K101 = 17,
- K102 = 17,
- K07 = 68,
- Nolo = 256,
- Luci = 255,
- Null = -1,
- }
- }
|