diff options
Diffstat (limited to 'Client/Assembly-CSharp/ShowAdsState.cs')
-rw-r--r-- | Client/Assembly-CSharp/ShowAdsState.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/ShowAdsState.cs b/Client/Assembly-CSharp/ShowAdsState.cs new file mode 100644 index 0000000..3515783 --- /dev/null +++ b/Client/Assembly-CSharp/ShowAdsState.cs @@ -0,0 +1,9 @@ +using System; + +public enum ShowAdsState : byte +{ + Personalized, + Accepted = 128, + NonPersonalized = 1, + Purchased = 130 +} |