Example #1
0
 // Use this for initialization
 void Start()
 {
     WowC = gameObject.GetComponent <wowc>();
 }
Example #2
0
 // Use this for initialization
 void Awake()
 {
     WowC = gameObject.GetComponent<wowc>();
     FindArms();
 }
Example #3
0
 // Use this for initialization
 void Start()
 {
     WowC = gameObject.GetComponent<wowc>();
 }
Example #4
0
    private wowc WowC; // the character

    #endregion Fields

    #region Methods

    void Awake()
    {
        WowC = gameObject.GetComponent<wowc>();
        SpeedEffect();
    }
Example #5
0
 void Awake()
 {
     WowC = gameObject.GetComponent <wowc>();
     SpeedEffect();
 }
Example #6
0
 // Use this for initialization
 void Awake()
 {
     WowC = gameObject.GetComponent <wowc>();
     FindArms();
 }