1111
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user