Class DemoWinController
Declaration
public class DemoWinController : Controller<DemoWinView, DemoWinModel>
Inheritance: System.Object
-> MatchinghamGames.StockholmCore.Controller -> MatchinghamGames.StockholmCore.Controller<TView> -> MatchinghamGames.StockholmCore.Controller<TView>
Methods
Initialize()
Initializes the controller
Declaration
protected override void Initialize()
AddHandlers()
Register your actions here
Declaration
protected override void AddHandlers()