Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
StickySiege.cs
Go to the documentation of this file.
1public class StickySiege : BaseSticky
2{
3 public override bool ShouldShow => EClass._zone.events.GetEvent<ZoneEventSiege>() != null;
4}
Definition: EClass.cs:5
static Zone _zone
Definition: EClass.cs:20
override bool ShouldShow
Definition: StickySiege.cs:3
ZoneEventManager events
Definition: Zone.cs:40