5 lines
91 B
C#

namespace Spine {
public interface IConstraint : IUpdatable {
int Order { get; }
}
}