mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-02 10:55:18 -05:00
11 lines
195 B
C#
11 lines
195 B
C#
namespace pkNX.Structures
|
|
{
|
|
public enum MoveInflictDuration
|
|
{
|
|
None = 0,
|
|
Permanent,
|
|
TurnCountSwitch,
|
|
PermanentSwitch,
|
|
TurnCountNoSwitch,
|
|
};
|
|
} |