mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-05 08:55:16 -05:00
pkNX.Sprites to be replaced with a pkhex.drawing dll once that is updated with swsh stuff (when the time comes)
16 lines
261 B
C#
16 lines
261 B
C#
namespace pkNX.Structures
|
|
{
|
|
public enum AmxOpCodeType
|
|
{
|
|
Unknown = -1,
|
|
NoParams,
|
|
OneParam,
|
|
TwoParams,
|
|
ThreeParams,
|
|
FourParams,
|
|
FiveParams,
|
|
Jump,
|
|
Packed,
|
|
CaseTable,
|
|
}
|
|
} |