public void DrawOnScreen(SpriteBatch sb, double layer) { for (int i = 0; i < notifiers.Count; i++) { notifiers[i].Draw(sb, i); } GuiAchievements.Draw(sb); }
void OnDestroy() { StopAllCoroutines(); CancelInvoke(); Instance = null; }
void Awake() { Instance = this; }