Beispiel #1
0
 void Awake()
 {
     S = this;
     rb2D = GetComponent<Rigidbody2D>();
 }
 void Awake()
 {
     S    = this;
     body = GetComponent <Rigidbody2D>();
 }