C# Class Gravitation.Comms.Lobby.EventArgs.PlayerConnectedEventArgs

Inheritance: System.EventArgs
Show file Open project: thedamoes/Gravitation

Public Properties

Property Type Description
PlayerName String

Public Methods

Method Description
PlayerConnectedEventArgs ( string playerName ) : System

Method Details

PlayerConnectedEventArgs() public method

public PlayerConnectedEventArgs ( string playerName ) : System
playerName string
return System

Property Details

PlayerName public property

public String PlayerName
return String