Beispiel #1
0
 void Awake()
 {
     S = this;
     anim = GetComponent<Animator>();
 }
Beispiel #2
0
 void Awake()
 {
     S    = this;
     anim = GetComponent <Animator>();
 }