Skip to content

Commit c7c1d5b

Browse files
committed
Those were meant to be private
1 parent 6d8799c commit c7c1d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Entities/BubblePushField.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public enum ActivationMode {
3030

3131
public PushDirection Direction;
3232

33-
public ActivationMode activationMode;
34-
public string flag;
33+
private ActivationMode activationMode;
34+
private string flag;
3535

3636
public BubblePushField(EntityData data, Vector2 offset) : this(
3737
data.Position + offset,

0 commit comments

Comments
 (0)