C# Class RTSEngine.Data.IndexedTeam

Mostrar archivo Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Index int
Team RTSEngine.Data.Team.RTSTeam

Public Methods

Method Description
IndexedTeam ( int i, RTSTeam t ) : System

Method Details

IndexedTeam() public method

public IndexedTeam ( int i, RTSTeam t ) : System
i int
t RTSEngine.Data.Team.RTSTeam
return System

Property Details

Index public_oe property

public int Index
return int

Team public_oe property

public RTSTeam,RTSEngine.Data.Team Team
return RTSEngine.Data.Team.RTSTeam