package o1game.Server import scala.collection.mutable.Buffer class GameCharacter(val name: String): private val items: Buffer[String] = Buffer.empty // TODO: Item class // TODO: A lot of other things too