mp fundementals and turn timer
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using System;
|
||||
|
||||
public static class GameEvents{
|
||||
public static Action<Puck> OnSelectedPuckChanged;
|
||||
public static Action<Team> OnTeamChanged;
|
||||
}
|
||||
Reference in New Issue
Block a user