少年修仙传客户端代码仓库
1
2
3
4
5
namespace Spine {
    public interface IConstraint : IUpdatable {
        int Order { get; }
    }
}