Add player currency

This commit is contained in:
HungDK
2025-10-25 17:07:54 +07:00
parent 73f187968b
commit bd34b294f9
11 changed files with 2108 additions and 145 deletions
@@ -141,6 +141,10 @@ namespace BrewMonster.Network
{
Instance._gameSession.RequestInventoryAsync(byPackage, callback);
}
public static void RequesrQueryPlayerCash()
{
Instance._gameSession.RequestQueryPlayerCash();
}
public static void RequestDropEquipItem(byte index)
{
Instance._gameSession.RequestDropEquipItem(index);