using System; namespace Preparation.Interface { public interface IObjOfCharacter : IGameObj { ICharacter? Parent { get; set; } } }
Mirror of https://github.com/eesast/THUAI6.git