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