Implement basic networking

This commit is contained in:
Aslan 2026-01-29 09:43:15 -05:00
parent c320d9ddcb
commit 994823a9c3
25 changed files with 643 additions and 217 deletions

4
scripts/Global.cs Normal file
View file

@ -0,0 +1,4 @@
public static class Global
{
public static bool IsGameHost = false;
}