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