runnable
This commit is contained in:
parent
7a04d79aba
commit
470aeff3f3
4 changed files with 3659 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ public class TileBehaviour : MonoBehaviour
|
|||
void OnMouseDown()
|
||||
{
|
||||
Debug.Log("Clicked");
|
||||
UsableItem usable = PlayerController.getInstance().SelectedItem;
|
||||
UsableItem usable = PlayerController.instance.GetSelectedItem();
|
||||
BaseTile tileToSetTo = null;
|
||||
if (usable.GetType() == typeof(TerraformingTool))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue