mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-20 21:40:08 +08:00
9 lines
263 B
C#
9 lines
263 B
C#
namespace net.fushizen.modular_avatar.core.editor
|
|
{
|
|
internal static class HookSequence
|
|
{
|
|
public const int SEQ_RESETTERS = -90000;
|
|
public const int SEQ_MERGE_ARMATURE = -80001;
|
|
public const int SEQ_RETARGET_MESH = -80000;
|
|
}
|
|
} |