11 lines
No EOL
235 B
C#
11 lines
No EOL
235 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication.Families
|
|
{
|
|
[ProtoContract]
|
|
public class FamilyChangeFactionResponse
|
|
{
|
|
[ProtoMember(1)]
|
|
public FamilyChangeFactionResponseType Status { get; set; }
|
|
}
|
|
} |