C# Class RPGGame.GameServer.UserData.Energy

Afficher le fichier Open project: SyncZone/Examples Class Usage Examples

Méthodes publiques

Свойство Type Description
Items List

Méthodes publiques

Méthode Description
Energy ( GameUser user ) : System
FirstSupply ( ) : void

초기지급 에너지 설정

LoadFromDB ( MySqlDataReader reader ) : void
RecoveryByLevelUp ( ) : void

플레이어의 현재 레벨에 따라 에너지 회복

UpdateToDB ( ) : void
this ( Int32 energyId ) : Data

Method Details

Energy() public méthode

public Energy ( GameUser user ) : System
user GameUser
Résultat System

FirstSupply() public méthode

초기지급 에너지 설정
public FirstSupply ( ) : void
Résultat void

LoadFromDB() public méthode

public LoadFromDB ( MySqlDataReader reader ) : void
reader MySql.Data.MySqlClient.MySqlDataReader
Résultat void

RecoveryByLevelUp() public méthode

플레이어의 현재 레벨에 따라 에너지 회복
public RecoveryByLevelUp ( ) : void
Résultat void

UpdateToDB() public méthode

public UpdateToDB ( ) : void
Résultat void

this() public méthode

public this ( Int32 energyId ) : Data
energyId System.Int32
Résultat Data

Property Details

Items public_oe property

public List Items
Résultat List