Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ConSupress.cs
Go to the documentation of this file.
1public class ConSupress : BaseDebuff
2{
4 {
5 return new NotificationCondition
6 {
7 condition = this
8 };
9 }
10}
override BaseNotification CreateNotification()
Definition: ConSupress.cs:3