mirror of
https://gitee.com/xiarenalofs/squad-rain-ops-mini.git
synced 2026-08-07 13:55:45 +08:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace SteamTimeQuery;
|
|
|
|
public class AppConfig
|
|
{
|
|
public int Port { get; set; } = 5000;
|
|
public string ApiKey { get; set; } = "";
|
|
}
|