1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-05-02 03:34:06 +02:00
Minecraft-Phantom-Panel/Utils/Phantom.Utils.Rpc/Message/NoReply.cs

6 lines
127 B
C#

namespace Phantom.Utils.Rpc.Message;
public readonly struct NoReply {
public static NoReply Instance { get; } = new ();
}