GameApp.gameField

Contains pointer to the game field, so we can easily interact with it.

class GameApp
SpriteLayer gameField;

Meta