void Awake() { Instance = this; if(timerList == null) timerList = new List<Timer>(); if(removeQueue == null) removeQueue = new List<Timer>(); }
void Awake() { Instance = this; timerList = new List<Timer>(); }
void Awake() { Instance = this; if(timerList == null) timerList = new List<Timer>(); if(removeQueue == null) removeQueue = new List<Timer>(); }
void Awake() { Instance = this; timerList = new List<Timer>(); }