void Start() { boxWriter = FindObjectOfType <BoxWriter>() as BoxWriter; gameController = FindObjectOfType <GameController>() as GameController; }
void Start() { boxWriter = FindObjectOfType <BoxWriter>() as BoxWriter; gameInput = FindObjectOfType <GameInput>() as GameInput; }