In progress changes for saving enemy defeated data
This commit is contained in:
@@ -21,6 +21,10 @@ namespace Zennysoft.Ma.Adapter.Entity
|
||||
|
||||
public void OnMorph();
|
||||
|
||||
public void IncrementDefeatCount();
|
||||
|
||||
public int GetDefeatCount(IEnemy enemyType);
|
||||
|
||||
public IDungeonRoom GetCurrentRoom(ImmutableList<IDungeonRoom> dungeonRooms);
|
||||
|
||||
public void MoveEnemyToNewRoom(IDungeonRoom newRoom);
|
||||
|
||||
Reference in New Issue
Block a user