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