Beispiel #1
0
 void Awake()
 {
     instance = this;
 }
 void Start()
 {
     play = GetComponentInParent <PlayeManager>();
     rb2d = GetComponentInParent <Rigidbody2D>();
 }