mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-02 17:53:11 -05:00
11 lines
201 B
C#
11 lines
201 B
C#
namespace pk3DS.Core.Structures
|
|
{
|
|
public enum MoveInflictDuration
|
|
{
|
|
None = 0,
|
|
Permanent,
|
|
TurnCountSwitch,
|
|
PermanentSwitch,
|
|
TurnCountNoSwitch,
|
|
};
|
|
} |