Namespace: CreepyTowers.EnemyAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public event Action ReachedExit
public event Action ReachedExit
Public Event ReachedExit As Action
Public Event ReachedExit As Action
public:
event Action^ ReachedExit {
void add (Action^ value);
void remove (Action^ value);
}
public:
event Action^ ReachedExit {
void add (Action^ value);
void remove (Action^ value);
}
member ReachedExit : IEvent<Action,
EventArgs>
member ReachedExit : IEvent<Action,
EventArgs>
Value
Type:
System Action