Layout2 Fix
This commit is contained in:
@@ -6,7 +6,7 @@ using UnityEngine;
|
||||
|
||||
public abstract class Player : MonoBehaviour
|
||||
{
|
||||
private GameObject Layout2;
|
||||
public GameObject Layout2;
|
||||
|
||||
public string name = "";
|
||||
public bool activated = false;
|
||||
@@ -27,7 +27,6 @@ public abstract class Player : MonoBehaviour
|
||||
private void Start()
|
||||
{
|
||||
animationHandler = GetComponentInChildren<AnimationHandler>();
|
||||
Layout2 = GameObject.Find("Layout2");
|
||||
}
|
||||
|
||||
//Aktiviert den Player
|
||||
|
||||
Reference in New Issue
Block a user