C# Class CombatantClick, RPGQuest

Inheritance: DropInteraction
Afficher le fichier Open project: hughrogers/RPGQuest

Méthodes publiques

Свойство Type Description
combatant Combatant,

Méthodes publiques

Méthode Description
DropInteract ( ChoiceContent, drop ) : bool
Update ( ) : void

Private Methods

Méthode Description
BattleAttack ( Combatant, c ) : bool
BattleItem ( int id, Combatant, c ) : bool
BattleSkill ( int id, Combatant, c, int ul ) : bool
Equip ( int id, DragType dt ) : bool
UseItem ( int id ) : bool
UseSkill ( int id, int userID, int ul ) : bool

Method Details

DropInteract() public méthode

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

combatant public_oe property

public Combatant, combatant
Résultat Combatant,