C# Class Huoyaoyuan.AdmiralRoom.Officer.Battle.Delegates

Datei anzeigen Open project: huoyaoyuan/AdmiralRoom

Public Methods

Method Description
OnEndUpdate ( ShipInBattle ship ) : void
SetDamage ( ShipInBattle ship, decimal damage ) : void
SetGiveDamage ( ShipInBattle ship, decimal damage ) : void
SetMaxHP ( ShipInBattle ship, int hp ) : void
SetStartHP ( ShipInBattle ship, int hp ) : void

Method Details

OnEndUpdate() public static method

public static OnEndUpdate ( ShipInBattle ship ) : void
ship ShipInBattle
return void

SetDamage() public static method

public static SetDamage ( ShipInBattle ship, decimal damage ) : void
ship ShipInBattle
damage decimal
return void

SetGiveDamage() public static method

public static SetGiveDamage ( ShipInBattle ship, decimal damage ) : void
ship ShipInBattle
damage decimal
return void

SetMaxHP() public static method

public static SetMaxHP ( ShipInBattle ship, int hp ) : void
ship ShipInBattle
hp int
return void

SetStartHP() public static method

public static SetStartHP ( ShipInBattle ship, int hp ) : void
ship ShipInBattle
hp int
return void