mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-04-28 19:15:45 +02:00
8 lines
171 B
C#
8 lines
171 B
C#
namespace Phantom.Controller.Services;
|
|
|
|
public sealed record ServiceConfiguration(
|
|
string Version,
|
|
byte[] AdministratorToken,
|
|
CancellationToken CancellationToken
|
|
);
|