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

    #endregion Fields

    #region Methods

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