fix: update logic fly HP.
This commit is contained in:
@@ -409,5 +409,10 @@ namespace BrewMonster.Network
|
||||
{
|
||||
Instance._gameSession.c2s_CmdGoto(x, y, z);
|
||||
}
|
||||
|
||||
public static void c2s_CmdUseItem(byte byPackage, byte bySlot, int tid, byte byCount)
|
||||
{
|
||||
Instance._gameSession.c2s_SendCmdUseItem(byPackage, bySlot, tid, byCount);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user