mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 13:24:34 +01:00
feat: add valk command
This commit is contained in:
@@ -8,7 +8,7 @@ public class PacketGetEquipmentDataRsp : BasePacket
|
||||
{
|
||||
public PacketGetEquipmentDataRsp(PlayerInstance player) : base(CmdIds.GetEquipmentDataRsp)
|
||||
{
|
||||
var proto = new GetEquipmentDataRsp // TODO
|
||||
var proto = new GetEquipmentDataRsp
|
||||
{
|
||||
WeaponList = { player.InventoryManager!.Data.WeaponItems.Select(weapon => weapon.ToWeaponProto()) }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user