IGameHotUpdateMarker.cs 250 B

123456789
  1. // Game.HotUpdate/IGameHotUpdateMarker.cs
  2. namespace Game.HotUpdate
  3. {
  4. // 这个接口仅用于给主工程提供程序集引用点
  5. public interface IGameHotUpdateMarker
  6. {
  7. // 可以留空,或者定义一些公共约束
  8. }
  9. }