Variablen wieder auf public gesetzt
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user