C# Класс Huoyaoyuan.AdmiralRoom.Officer.Battle.Delegates

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

OnEndUpdate() публичный статический Метод

public static OnEndUpdate ( ShipInBattle ship ) : void
ship ShipInBattle
Результат void

SetDamage() публичный статический Метод

public static SetDamage ( ShipInBattle ship, decimal damage ) : void
ship ShipInBattle
damage decimal
Результат void

SetGiveDamage() публичный статический Метод

public static SetGiveDamage ( ShipInBattle ship, decimal damage ) : void
ship ShipInBattle
damage decimal
Результат void

SetMaxHP() публичный статический Метод

public static SetMaxHP ( ShipInBattle ship, int hp ) : void
ship ShipInBattle
hp int
Результат void

SetStartHP() публичный статический Метод

public static SetStartHP ( ShipInBattle ship, int hp ) : void
ship ShipInBattle
hp int
Результат void