1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Refactor tick counting into one spot

This commit is contained in:
NG (Graham)
2025-09-06 22:38:55 -04:00
parent 6b40eb938c
commit 35c6f136f6
5 changed files with 129 additions and 102 deletions

View File

@@ -1,2 +1,5 @@
mod surrender;
pub use surrender::{SurrenderGameTracker, SurrenderVoteResult};
mod ticker;
pub use ticker::TickTracker;