Variablen wieder auf public gesetzt
This commit is contained in:
parent
2fb5a4191d
commit
6257058ae0
@ -4,9 +4,9 @@ public class FallingDetection : MonoBehaviour
|
||||
{
|
||||
private CharController charController;
|
||||
private Rigidbody2D playerRigidbody;
|
||||
private bool isFalling;
|
||||
public bool isFalling;
|
||||
private Animator animator;
|
||||
private int counter = 0;
|
||||
public int counter = 0;
|
||||
|
||||
private void Start()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user