同步代码

This commit is contained in:
Longfeng Qin 2024-12-22 22:24:40 +08:00
parent 24d3f64b87
commit 6528623190

View File

@ -25,6 +25,9 @@ namespace PSO2SERVER.Database
public int TextLang2 { get; set; }
public int LangLang { get; set; }
public string LanguageCode { get; set; }
public int IsGM { get; set; }
public int PacketType { get; set; }
public string PSNID { get; set; }
}
public class AccountNetInterFace