EventNavBlocked
Interface EventNavBlocked
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "nav_blocked"
public interface EventNavBlocked : IGameEvent<EventNavBlocked>Implements
Properties
Area
type: long
int Area { get; set; }Property Value
Blocked
type: bool
bool Blocked { get; set; }Property Value