Beispiel #1
0
 // Called 0th
 // Domestic Initialization
 private void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
 // Called 0th
 // Set references
 private void Awake()
 {
     shapeSkill = GetComponent <ChangeShapeSkill>();
 }