modular-avatar/Packages/net.fushizen.modular-avatar.core/Editor/HookSequence.cs

9 lines
263 B
C#
Raw Normal View History

2022-08-28 06:04:39 +08:00
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;
}
}