IDirectRetrieve.cs 287 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. #if UNITY_5_3_OR_NEWER && !NO_UNITY
  5. using UnityEngine.Scripting;
  6. #endif
  7. namespace com.bbbirder
  8. {
  9. #if UNITY_5_3_OR_NEWER && !NO_UNITY
  10. [Preserve]
  11. #endif
  12. public partial interface IDirectRetrieve
  13. {
  14. }
  15. }