This commit is contained in:
Putoo
2026-06-01 18:49:17 +08:00
parent 8a5b6d31ca
commit eb81a1c381
50 changed files with 1367 additions and 59 deletions

View File

@@ -2,6 +2,7 @@
public class NpcBus
{
public string code { get; set; }
public string name { get; set; }
public string url { get; set; }
}