mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-09-30 23:02:48 +02:00
7 lines
194 B
C#
7 lines
194 B
C#
using Phantom.Utils.Rpc;
|
|
using Phantom.Utils.Rpc.Runtime.Tls;
|
|
|
|
namespace Phantom.Controller;
|
|
|
|
readonly record struct ConnectionKeyData(RpcServerCertificate Certificate, AuthToken AuthToken);
|