mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 16:48:43 +08:00
5 lines
91 B
C#
5 lines
91 B
C#
namespace Spine {
|
|
public interface IConstraint : IUpdatable {
|
|
int Order { get; }
|
|
}
|
|
} |