IDBCollection.cs 91 B

12345678
  1. #if !UNITY_64
  2. namespace ET.Server
  3. {
  4. public interface IDBCollection
  5. {
  6. }
  7. }
  8. #endif