mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-05-02 03:34:06 +02:00
6 lines
127 B
C#
6 lines
127 B
C#
namespace Phantom.Utils.Rpc.Message;
|
|
|
|
public readonly struct NoReply {
|
|
public static NoReply Instance { get; } = new ();
|
|
}
|