using Preparation.Utility; namespace Preparation.Interface { public interface IChest : IGameObj { public void StopOpen(); } }
Mirror of https://github.com/eesast/THUAI6.git