mp fundementals and turn timer

This commit is contained in:
2026-02-14 18:18:45 +05:30
parent 614c38bdaf
commit 02dee0b86d
64 changed files with 7472 additions and 82 deletions
+6
View File
@@ -0,0 +1,6 @@
using System;
public static class GameEvents{
public static Action<Puck> OnSelectedPuckChanged;
public static Action<Team> OnTeamChanged;
}