Skip to content

Commit 4e60aac

Browse files
committed
Arena actor fix
1 parent ffd67f3 commit 4e60aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content/Bosses/SquidBoss/NPCs.ArenaActor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ArenaActor : ModNPC
2424
private readonly List<NPC> platforms = new();
2525

2626
public int waterfallWidth = 0;
27-
ParticleSystem bubblesSystem;
27+
public static ParticleSystem bubblesSystem;
2828
private Vector2 domeOffset = new(0, -886);
2929

3030
private static VertexPositionColorTexture[] verticies;

0 commit comments

Comments
 (0)