ITransfer.cs 125 B

12345678
  1. namespace ET
  2. {
  3. // Unit的组件有这个接口说明需要传送
  4. public interface ITransfer
  5. {
  6. }
  7. }