World
class World(number: Int, population: Int, textColor: Int, type: World.Type, server: World.Server, specialty: World.Specialty) : Nillable<World?> , Validatable, Identifiable
Content copied to clipboard
Author
Mooshe
Constructors
World
Link copied to clipboard
fun World(number: Int, population: Int, textColor: Int, type: World.Type, server: World.Server, specialty: World.Specialty)
Content copied to clipboard
Types
Functions
Properties
population
Link copied to clipboard
server
Link copied to clipboard
specialty
Link copied to clipboard
type
Link copied to clipboard