Ejemplo n.º 1
0
    /********************************************************************************************/
    /************************************* Initialization ***************************************/
    /********************************************************************************************/

    // Use this for initialization
    void Start()
    {
        // Get the instance of Combat Tracker to switch turns and stuff
        combat     = combat.GetComponent <CombatTracker> ();
        TR         = GetComponent <Transform> ();
        battlemenu = battlemenu.GetComponent <BattleMenu>();
    }