goofy Goodfeel implementation & SetWarshipAvatar

This commit is contained in:
rafi1212122
2023-06-01 23:26:58 +07:00
parent 31e3c4a814
commit 86dc83d448
8 changed files with 130 additions and 10 deletions

View File

@@ -25,5 +25,13 @@ namespace PemukulPaku.GameServer.Game
Avatar.Save();
}
}
public void ResetAvatarsTodayGoodfeel()
{
foreach (AvatarScheme avatar in AvatarList)
{
avatar.TodayHasAddGoodfeel = 0;
}
}
}
}