We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd67f3 commit 4e60aacCopy full SHA for 4e60aac
1 file changed
Content/Bosses/SquidBoss/NPCs.ArenaActor.cs
@@ -24,7 +24,7 @@ class ArenaActor : ModNPC
24
private readonly List<NPC> platforms = new();
25
26
public int waterfallWidth = 0;
27
- ParticleSystem bubblesSystem;
+ public static ParticleSystem bubblesSystem;
28
private Vector2 domeOffset = new(0, -886);
29
30
private static VertexPositionColorTexture[] verticies;
0 commit comments