public void WinCondition() { Debug.Log("Did I win?"); if (Grid.CheckAllGrids()) { WinLevel(); Debug.Log("YEEEES"); } }