namespace Preparation.Interface { public interface IOutOfBound : IGameObj { // 接口不定义内容,为引擎使用 } }