using Preparation.Utility; namespace Preparation.Interface { public interface IChest : IGameObj { public void StopOpen(); } }