mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Implement non-multiplayer parts of custom games
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#[repr(u8)]
|
||||
#[derive(Debug)]
|
||||
pub enum ValidationResultCode {
|
||||
Invalid = 0,
|
||||
Ok = 1,
|
||||
|
||||
Reference in New Issue
Block a user