 | GameOnGameStarted Method |
Called after initialization of game was done and the game was started.
Namespace: Slash.Application.GamesAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual void OnGameStarted()
Protected Overridable Sub OnGameStarted
protected:
virtual void OnGameStarted()
abstract OnGameStarted : unit -> unit
override OnGameStarted : unit -> unit
See Also