6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
namespace mmo.util;
|
|
|
|
enum Error:short {
|
|
BadRequest = 0,
|
|
NotFound,
|
|
} |