C# Class UHSampleGame.Players.PlayerSetup

Show file 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 property

public bool active
return bool

playerNum public property

public int playerNum
return int

teamNum public property

public int teamNum
return int

type public property

public PlayerType type
return PlayerType