Project Hoshimi Documented Class Library
Player Constructor (name, ID)
NamespacesPH.CommonPlayerPlayer(String, Int32)
Constructor you must create
Declaration Syntax
C#Visual BasicVisual C++
public Player(
	string name,
	int ID
)
Public Sub New ( _
	name As String, _
	ID As Integer _
)
public:
Player(
	String^ name, 
	int ID
)
Parameters
name (String)
name of the player
ID (Int32)
ID of the player
Remarks

[Missing <remarks> documentation for M:PH.Common.Player.#ctor(System.String,System.Int32)]

Assembly: PH.Common (Module: PH.Common) Version: 6.0.0.0