PlayerUser

constructor(id: Long? = null, uid: Long? = null, level: Int = 1, exp: Long = 0, name: String? = null, description: String? = "", titleId: Long? = null, equipmentId: Long? = null, skillsId: Long? = null, atk: Long = 0, def: Long = 0, hp: Long = 0, speed: Int = 0, crit: Int = 0, critDamage: Int = 120, occupation: Occupation = Occupation.entries.random())