mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-16 06:44:41 +01:00
feat: set warship theme
This commit is contained in:
@@ -25,4 +25,18 @@ public class PacketGetMainDataRsp : BasePacket
|
||||
|
||||
SetData(proto);
|
||||
}
|
||||
|
||||
public PacketGetMainDataRsp(uint warshipId) : base(CmdIds.GetMainDataRsp)
|
||||
{
|
||||
var proto = new GetMainDataRsp
|
||||
{
|
||||
WarshipTheme = new WarshipThemeData
|
||||
{
|
||||
WarshipId = (uint)warshipId,
|
||||
},
|
||||
TypeList = { 35 },
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user