first
This commit is contained in:
9
TorchRemote.Models/Shared/ServerSettings.cs
Normal file
9
TorchRemote.Models/Shared/ServerSettings.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace TorchRemote.Models.Shared;
|
||||
|
||||
public record ServerSettings(
|
||||
string ServerName,
|
||||
string MapName,
|
||||
string ServerDescription,
|
||||
short MemberLimit,
|
||||
IpAddress ListenEndPoint
|
||||
);
|
Reference in New Issue
Block a user