We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ba2c1 commit 48ac8dcCopy full SHA for 48ac8dc
Entities/WaterRocketLaunchingComponent.cs
SpringCollab2020Module.cs
@@ -48,7 +48,6 @@ public override void Load() {
48
StaticPuffer.Load();
49
LeaveTheoBehindTrigger.Load();
50
BadelineBounceDirectionTrigger.Load();
51
- WaterRocketLaunchingComponent.Load();
52
SpikeJumpThroughController.Load();
53
Everest.Events.Level.OnLoadBackdrop += onLoadBackdrop;
54
@@ -99,7 +98,6 @@ public override void Unload() {
99
98
StaticPuffer.Unload();
100
LeaveTheoBehindTrigger.Unload();
101
BadelineBounceDirectionTrigger.Unload();
102
- WaterRocketLaunchingComponent.Unload();
103
SpikeJumpThroughController.Unload();
104
Everest.Events.Level.OnLoadBackdrop -= onLoadBackdrop;
105
0 commit comments