This commit is contained in:
lenheart
2025-04-05 22:03:40 +08:00
parent 4d65103501
commit eeb773e723
53 changed files with 2348 additions and 505 deletions

View File

@@ -56,12 +56,13 @@ class AdMsg {
SendBinary.writen(Var, 'c');
SendBinary.writen(0x1f, 'c');
}
//写入装备
function JumpWrite(Blob, Pos, Value, Type) {
Blob.seek(Pos, 'b');
Blob.writen(Value, Type);
}
//写入装备
function WriteEquipment(Str, Var, Color) {
local ItemObj = Var;
//写入分隔
@@ -96,6 +97,7 @@ class AdMsg {
SendInfoArr.push(InfoBlob);
}
constructor() {
SendStrArr = [];
SendInfoArr = [];