Ejemplo n.º 1
0
 void Update()
 {
     touchInput.blockSize = boardView.BlockSize();
     input.Update();
     game.Update(Time.deltaTime);
 }