fixed clicked() override
This commit is contained in:
parent
be04c2263c
commit
c9416181fc
4 changed files with 164 additions and 163 deletions
|
|
@ -29,7 +29,7 @@ namespace Tiles
|
|||
Debug.Log("I evolve");
|
||||
}
|
||||
|
||||
public BaseTile Clicked(UsableItem usable)
|
||||
public virtual BaseTile Clicked(UsableItem usable)
|
||||
{
|
||||
Debug.Log(usable.ToString() + " used on " + this.ToString());
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue