Manager

@Serializable
data class Manager(val system: Int, val type: ProtoManType, var num: Int, var aliveTime: Int, val params: String)

Constructors

Link copied to clipboard
constructor(system: Int, type: ProtoManType, num: Int, aliveTime: Int, params: String)

Properties

Link copied to clipboard
Link copied to clipboard
var num: Int
Link copied to clipboard
Link copied to clipboard
val system: Int
Link copied to clipboard
val type: ProtoManType