Beispiel #1
0
    public void ClearTable()
    {
        // Delete all thing
        LetterController.DeleteAllLetters();

        if (_locationDictionary == null)
        {
            _locationDictionary = new Dictionary <Vector2, Letter>();
        }
        _locationDictionary.Clear();

        WordManager.DeleteAllWords();
    }