StartingLocation
Structure geared for simple serialization by Gdx.Json (which is a little blind to kotlin collections, especially HashSet)
Parameters
position
Vector2 of the location
nation
Name of the nation
Constructors
StartingLocation
Link copied to clipboard
fun StartingLocation(position: Vector2 = Vector2.Zero, nation: String = "")
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(position: Vector2 = Vector2.Zero, nation: String = ""): TileMap.StartingLocation
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard