OnEntry/OnExit changed
The argument of these methods were changed from void to PlayerBase playerBase.
This commit is contained in:
parent
64e6aec176
commit
73c42991eb
@ -28,9 +28,9 @@ public abstract class Tile {
|
||||
|
||||
public abstract void spawnStargate(Stargate stargate, Direction direction);
|
||||
|
||||
public abstract void onEntry();
|
||||
public abstract void onEntry(PlayerBase playerBase);
|
||||
|
||||
public abstract void onExit();
|
||||
public abstract void onExit(PlayerBase playerBase);
|
||||
|
||||
public Pickable removeItemFromTile() {
|
||||
Pickable item = itemOnTile;
|
||||
|
Loading…
Reference in New Issue
Block a user