add: half baked

This commit is contained in:
Charles
2025-03-21 20:49:49 -07:00
commit 54fc371f05
13 changed files with 1702 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace mmo.util;
enum Error:short {
BadRequest = 0,
NotFound,
}