mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2024-11-24 22:42:53 +01:00
6 lines
128 B
C#
6 lines
128 B
C#
namespace Phantom.Utils.Rpc.Message;
|
|
|
|
public readonly struct NoReply {
|
|
public static NoReply Instance { get; } = new ();
|
|
}
|