Пример #1
0
    private void Awake()
    {
        if (instance == null)
        {
            instance = this;
        }

        ClearToolTip();
    }
Пример #2
0
 void Start()
 {
     touches_for_use = new Dictionary<Touch, GameObject> ();
     BMS = gameGUI.GetComponent<BuildMenuScript> ();
 }