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