mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-23 10:54:37 -05:00
Minor clean
no functional change
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace pkNX.Structures
|
||||
{
|
||||
#pragma warning disable CA1027 // Mark enums with FlagsAttribute
|
||||
public enum AmxError
|
||||
#pragma warning restore CA1027 // Mark enums with FlagsAttribute
|
||||
{
|
||||
AMX_ERR_NONE,
|
||||
/* reserve the first 15 error codes for exit codes of the abstract machine */
|
||||
|
||||
Reference in New Issue
Block a user