mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-29 16:27:51 +00:00
10 lines
159 B
C#
10 lines
159 B
C#
using ProtoBuf;
|
|
using SteamLib.ProtoCore.Interfaces;
|
|
|
|
namespace SteamLib.ProtoCore.Services;
|
|
|
|
[ProtoContract]
|
|
public class EmptyMessage : IProtoMsg
|
|
{
|
|
|
|
} |