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

Afficher le fichier Open project: huoyaoyuan/AdmiralRoom

Méthodes publiques

Méthode 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 méthode

public static OnEndUpdate ( ShipInBattle ship ) : void
ship ShipInBattle
Résultat void

SetDamage() public static méthode

public static SetDamage ( ShipInBattle ship, decimal damage ) : void
ship ShipInBattle
damage decimal
Résultat void

SetGiveDamage() public static méthode

public static SetGiveDamage ( ShipInBattle ship, decimal damage ) : void
ship ShipInBattle
damage decimal
Résultat void

SetMaxHP() public static méthode

public static SetMaxHP ( ShipInBattle ship, int hp ) : void
ship ShipInBattle
hp int
Résultat void

SetStartHP() public static méthode

public static SetStartHP ( ShipInBattle ship, int hp ) : void
ship ShipInBattle
hp int
Résultat void