Ejemplo n.º 1
0
 private void OnPrimaryClick(Vector2 vector2)
 {
     if (!PlaceableManager.Placing)
     {
         PlaceableManager.StartPlacing(GridTilePlaceable);
     }
 }
Ejemplo n.º 2
0
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.Space))
     {
         PlaceableManager.StartPlacing(placeable);
     }
 }