NERoomRole

@objcMembers
public class NERoomRole : NSObject, Codable

角色

  • 名称

    Declaration

    Swift

    public var name: String
  • 限制人数

    Declaration

    Swift

    public var limit: Int64
  • 参数

    Declaration

    Swift

    public var params: NERoleParams?
  • 角色隐藏

    Declaration

    Swift

    public var hide: Bool
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws