fix: fix toggle soulshot method

This commit is contained in:
k0t9i
2023-02-10 19:00:56 +04:00
parent 81e26a7e52
commit 7276b24249
22 changed files with 261 additions and 70 deletions

View File

@ -61,7 +61,7 @@ namespace Client.Application.ViewModels
worldHandler.RequestMoveToEntity(Id);
}
public DropMapViewModel(Drop drop, Hero hero, WorldHandler worldHandler)
public DropMapViewModel(WorldHandler worldHandler, Drop drop, Hero hero)
{
this.drop = drop;
this.hero = hero;