mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-06 22:55:06 +08:00
9 lines
149 B
C#
9 lines
149 B
C#
|
namespace nadena.dev.modular_avatar.core.armature_lock
|
|||
|
{
|
|||
|
internal enum LockResult
|
|||
|
{
|
|||
|
Failed,
|
|||
|
Success,
|
|||
|
NoOp,
|
|||
|
}
|
|||
|
}
|