Files
mmo/engine/schema/errors.fbs
T

6 lines
75 B
Plaintext
Raw Normal View History

2025-03-21 20:49:49 -07:00
namespace mmo.util;
enum Error:short {
BadRequest = 0,
NotFound,
}