// Use this for initialization void Start() { instance = this; gameTimeText = GetComponent<Text>(); UpdateTime(); }
void Destroy() { instance = null; }