Namespace: DeltaEngine.GameLogicAssembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
protected static event Action EnemyReachedGoal
protected static event Action EnemyReachedGoal
Protected Shared Event EnemyReachedGoal As Action
Protected Shared Event EnemyReachedGoal As Action
protected:
static event Action^ EnemyReachedGoal {
void add (Action^ value);
void remove (Action^ value);
}
protected:
static event Action^ EnemyReachedGoal {
void add (Action^ value);
void remove (Action^ value);
}
member EnemyReachedGoal : IEvent<Action,
EventArgs>
member EnemyReachedGoal : IEvent<Action,
EventArgs>
Value
Type:
System Action