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