C# Class RPGGame.GameServer.UserData.PlayingRound

显示文件 Open project: SyncZone/Examples Class Usage Examples

Public Properties

Property Type Description
Monsters List
Round RPGGame.GameServer.GameMap.PvE_Round

Public Methods

Method Description
PlayingRound ( RPGGame.GameServer.GameMap.PvE_Round round ) : System

Method Details

PlayingRound() public method

public PlayingRound ( RPGGame.GameServer.GameMap.PvE_Round round ) : System
round RPGGame.GameServer.GameMap.PvE_Round
return System

Property Details

Monsters public_oe property

public List Monsters
return List

Round public_oe property

public PvE_Round,RPGGame.GameServer.GameMap Round
return RPGGame.GameServer.GameMap.PvE_Round