Files
Nebula-Auth/SteamLibForked/ProtoCore/Services/EmptyMessage.cs
T
2024-02-01 01:21:56 +02:00

10 lines
159 B
C#

using ProtoBuf;
using SteamLib.ProtoCore.Interfaces;
namespace SteamLib.ProtoCore.Services;
[ProtoContract]
public class EmptyMessage : IProtoMsg
{
}