11 lines
No EOL
205 B
C#
11 lines
No EOL
205 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication
|
|
{
|
|
[ProtoContract]
|
|
public class BasicRpcResponse
|
|
{
|
|
[ProtoMember(1)]
|
|
public RpcResponseType ResponseType { get; set; }
|
|
}
|
|
} |