Add OP_MobHealth encode.

This commit is contained in:
KimLS
2024-12-12 19:56:13 -08:00
parent b761f1cdf9
commit 0da381c272
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -733,6 +733,12 @@ namespace Laurion {
//live however has a lot more info here depending on packet type
};
struct MobHealth_Struct
{
/*01*/ int16 spawn_id;
/*00*/ uint32 hp;
};
#pragma pack()
}; //end namespace structs