Tower Deactivation Event

Subscribing

This event expects a void Method(ITower tower) Since it uses an ITower, it's fairly read-only.

Calling

You can call this event with an implementation of ITower. That means you'll probably call it with APITower, like this:

TowerDeactivationEvent.Call(new APITower("lyoko","ice",1));

It will only be called if the ITower is actually deactivated.

Last updated