File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
ContextSystem/Contexts/Control Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77using SER . Code . Helpers . Extensions ;
88using SER . Code . Helpers . ResultSystem ;
99using SER . Code . TokenSystem . Tokens ;
10+ using UnityEngine ;
1011
1112namespace SER . Code . ContextSystem . Contexts . Control ;
1213
@@ -46,7 +47,8 @@ public override Result VerifyCurrentState()
4647
4748 return Result . Assert (
4849 _condition . Count > 0 ,
49- "An elif statement expects to have a condition, but none was provided!" ) ;
50+ "An elif statement expects to have a condition, but none was provided!"
51+ ) ;
5052 }
5153
5254 protected override IEnumerator < float > Execute ( )
Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ public enum Contribution : ushort
7474 ) ,
7575 new (
7676 "Luke" ,
77- Contribution . Sponsor | Contribution . Betatester
77+ Contribution . Sponsor | Contribution . Betatester ,
78+ "76561197961020347@steam"
7879 ) ,
7980 new (
8081 "Raging Tornado" ,
You can’t perform that action at this time.
0 commit comments