WaterTile.cs + Shovel.asset
This commit is contained in:
parent
efc7a3deaf
commit
1a12d986c4
6 changed files with 72 additions and 15 deletions
|
|
@ -31,7 +31,7 @@ namespace Tiles
|
|||
|
||||
public virtual BaseTile Clicked(UsableItem usable)
|
||||
{
|
||||
Debug.Log(usable.ToString() + " used on " + this.ToString());
|
||||
Debug.Log(usable + " used on " + this);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue