mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Get part way through loading (to sync) #30
This commit is contained in:
3
rc_multiplayer/src/matches/engine.rs
Normal file
3
rc_multiplayer/src/matches/engine.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub trait GamemodeEngine: Send + Sync {
|
||||
fn is_complete(&self) -> bool;
|
||||
}
|
||||
Reference in New Issue
Block a user