C# Class PrinceGame.PlayerIndexEventArgs

Inheritance: System.EventArgs
Show file Open project: salvadorc17/Prince-Monogame Class Usage Examples

Public Methods

Method Description
PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System

Constructor.

Method Details

PlayerIndexEventArgs() public method

Constructor.
public PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
return System