EnumFootToggleKey.cs 125 B

12345678
  1. namespace Vinno.FIS.Sonopost.Common
  2. {
  3. internal enum EnumFootToggleKey
  4. {
  5. LeftKey,
  6. RightKey,
  7. }
  8. }