9 lines
No EOL
119 B
C#
9 lines
No EOL
119 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication
|
|
{
|
|
[ProtoContract]
|
|
public class EmptyResponse
|
|
{
|
|
}
|
|
} |