C# Class Avalon.Structures.Mobile

Base class for players.
Afficher le fichier Open project: mabinogidev/mabinogi-development Class Usage Examples

Méthodes publiques

Свойство Type Description
CID int
Class int
EXP int
Level int
Name string
PvpExp int
PvpLevel int
Stage int
WarExp int
WarLevel int

Méthodes publiques

Méthode Description
AddItem ( Item item ) : void
GetItems ( ) : List
Mobile ( ) : System

Method Details

AddItem() public méthode

public AddItem ( Item item ) : void
item Item
Résultat void

GetItems() public méthode

public GetItems ( ) : List
Résultat List

Mobile() public méthode

public Mobile ( ) : System
Résultat System

Property Details

CID public_oe property

public int CID
Résultat int

Class public_oe property

public int Class
Résultat int

EXP public_oe property

public int EXP
Résultat int

Level public_oe property

public int Level
Résultat int

Name public_oe property

public string Name
Résultat string

PvpExp public_oe property

public int PvpExp
Résultat int

PvpLevel public_oe property

public int PvpLevel
Résultat int

Stage public_oe property

public int Stage
Résultat int

WarExp public_oe property

public int WarExp
Résultat int

WarLevel public_oe property

public int WarLevel
Résultat int