Class CheckersGlobalActions
- Namespace
- CodeBase.Patterns.Example
- Assembly
- 4Experience.CodeBase.Patterns.Samples.dll
public static class CheckersGlobalActions
- Inheritance
-
CheckersGlobalActions
Methods
NotifyOnEndGame(Team)
public static void NotifyOnEndGame(Team targetTeam)
Parameters
targetTeam Team
NotifyOnPawnDestroy(Team)
public static void NotifyOnPawnDestroy(Team targetTeam)
Parameters
targetTeam Team
NotifyOnStartGame()
public static void NotifyOnStartGame()
NotifyOnTurnColorChanged(Color)
public static void NotifyOnTurnColorChanged(Color targetColor)
Parameters
targetColor Color
Events
OnGameEnded
public static event Action<Team> OnGameEnded
Event Type
- Action<Team>
OnGameStarted
public static event Action OnGameStarted
Event Type
- Action
OnPawnDestroy
public static event Action<Team> OnPawnDestroy
Event Type
- Action<Team>
OnTurnColorChanged
public static event Action<Color> OnTurnColorChanged
Event Type
- Action<Color>