Skip to content

Instantly share code, notes, and snippets.

@Theby
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Theby/3d8b54db1ade3c676c5e to your computer and use it in GitHub Desktop.
Save Theby/3d8b54db1ade3c676c5e to your computer and use it in GitHub Desktop.
Ayudando a un colega.
// En el constructor de MainMenu
miniGames = new MiniGames(this);
//En la clase MiniGames
class MiniGames{
private MainMenu mainMenu;
public MiniGames(MainMenu mainMenu){
this.mainMenu = mainMenu;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment