Skip to content

Instantly share code, notes, and snippets.

@JohannesLoot
Created February 8, 2022 10:14
Show Gist options
  • Select an option

  • Save JohannesLoot/8516d9decfc34bd7f02bc8acb4dd675e to your computer and use it in GitHub Desktop.

Select an option

Save JohannesLoot/8516d9decfc34bd7f02bc8acb4dd675e to your computer and use it in GitHub Desktop.
public class GameController : MonoBehaviour
{
// Reference to PlayerManager
public PlayerManager playerManager;
// List with all the words
private List<string> dictionary = new List<string>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment