예제 #1
0
 void Awake()
 {
     supercthulhu = this;
     // Setting up references.
     //  bodyAnimator = GetComponent<Animator>();
     NotificationCenter.DefaultCenter().AddObserver(this, "ReceiveDamage");
 }
 void Awake()
 {
     supercthulhu = this;
     // Setting up references.
       //  bodyAnimator = GetComponent<Animator>();
     NotificationCenter.DefaultCenter().AddObserver(this, "ReceiveDamage");
 }