using Preparation.Utility; namespace Preparation.Interface { public interface IDoorway : IGameObj { public TimeBasedProgressAtVariableSpeed ProgressOfDoorway { get; } } }
Mirror of https://github.com/eesast/THUAI6.git