IWrapperNative.cs 103 B

1234567
  1. namespace UMP.Wrappers
  2. {
  3. interface IWrapperNative
  4. {
  5. int NativeIndex { get; }
  6. }
  7. }