htwdd.chessgame.server.model / Player
Player
data class Player : Serializable
Represent a chess player
Author Felix Dimmel
Constructors
| <init> | Player(id: Int = 0, name: String = "", password: String = "")Represent a chess player |
Properties
| id | val id: IntThe ID of this player (Autogenerated by SQLite database) |
| name | var name: StringThe name of the player |
| password | var password: StringThe password of the player |