9 lines
84 B
C#
9 lines
84 B
C#
namespace RootMotion
|
|
{
|
|
public enum ShowIfMode
|
|
{
|
|
Disabled = 0,
|
|
Hidden = 1
|
|
}
|
|
}
|