Source code for eolib.protocol.net.server.inn_unsubscribe_reply
# Generated from the eo-protocol XML specification.
#
# This file should not be modified.
# Changes will be lost when code is regenerated.
from enum import IntEnum
from ....protocol_enum_meta import ProtocolEnumMeta
[docs]
class InnUnsubscribeReply(IntEnum, metaclass=ProtocolEnumMeta):
"""
Reply code sent with CITIZEN_REMOVE packet.
Indicates the result of trying to give up citizenship to a town.
"""
NotCitizen = 0
Unsubscribed = 1