C# Class SmartboyDevelopments.Haxxit.MonoGame.ChangeStateEventArgs

The EventArgs subclass for pushing or changing a state (used with haxxit.engine.state.change and haxxit.engine.state.push).
Inheritance: System.EventArgs
Show file Open project: smartboyathome/Haxxit

Public Methods

Method Description
ChangeStateEventArgs ( HaxxitGameState state ) : System

Method Details

ChangeStateEventArgs() public method

public ChangeStateEventArgs ( HaxxitGameState state ) : System
state HaxxitGameState
return System