C# Класс DivineRightGame.ActorHandling.EffectsManager

For Handling of Effects
Показать файл Открыть проект

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

Метод Описание
PerformEffect ( Actor actor, Effect effect ) : void

Performs the effect on this actor. This includes assigning it to the effects list of the GameState

RemoveEffect ( Effect effect ) : void

Removes the effect of the effect (heh) on the actor. This includes removing it from GameState

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

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

Performs the effect on this actor. This includes assigning it to the effects list of the GameState
public static PerformEffect ( Actor actor, Effect effect ) : void
actor DRObjects.Actor
effect DRObjects.ActorHandling.Effect
Результат void

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

Removes the effect of the effect (heh) on the actor. This includes removing it from GameState
public static RemoveEffect ( Effect effect ) : void
effect DRObjects.ActorHandling.Effect
Результат void