using System; namespace XUtliPoolLib { public interface IXDummy { uint TypeID { get; } ulong ID { get; } bool Deprecated { get; set; } void ResetAnimation(); void SetupUIDummy(bool ui); } }