server-master/srcs/WingsAPI.Communication/EmptyResponse.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
119 B
C#

using ProtoBuf;
namespace WingsAPI.Communication
{
[ProtoContract]
public class EmptyResponse
{
}
}