C# Class CombatantClick, RPGQuest

Inheritance: DropInteraction
ファイルを表示 Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
combatant Combatant,

Public Methods

Method Description
DropInteract ( ChoiceContent, drop ) : bool
Update ( ) : void

Private Methods

Method 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 method

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
return bool

Update() public method

public Update ( ) : void
return void

Property Details

combatant public_oe property

public Combatant, combatant
return Combatant,