Ai

@Serializable
data class Ai(var aiInfo: Int = -1, var aiSupport: Int = -1)

Constructors

Link copied to clipboard
constructor(aiInfo: Int = -1, aiSupport: Int = -1)

Properties

Link copied to clipboard
var aiInfo: Int
Link copied to clipboard