C# Class UHSampleGame.Players.PlayerSetup

Exibir arquivo Open project: holtkampw/UH-Sample-XNA-Project Class Usage Examples

Public Properties

Property Type Description
active bool
playerNum int
teamNum int
type PlayerType

Property Details

active public_oe property

public bool active
return bool

playerNum public_oe property

public int playerNum
return int

teamNum public_oe property

public int teamNum
return int

type public_oe property

public PlayerType type
return PlayerType