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