mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 06:43:57 +00:00
Add character & inventory manager
This commit is contained in:
@@ -14,6 +14,7 @@ public class HttpServerConfig
|
||||
public string BindAddress { get; set; } = "0.0.0.0";
|
||||
public string PublicAddress { get; set; } = "127.0.0.1";
|
||||
public int Port { get; set; } = 21500;
|
||||
public bool EnableLog { get; set; } = true;
|
||||
|
||||
public string GetDisplayAddress()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user