Beispiel #1
0
 void handleInteract()
 {
     if (Input.GetKeyDown(KeyCode.E))
     {
         WorldGrid.DestroyCellAt(whereAmIFacing);
     }
 }