GameEntityData

@Serializable
data class GameEntityData(val id: EntityId, var parentId: EntityId, var settings: GameEntitySettings, var order: Int = 0)

Constructors

Link copied to clipboard
constructor(id: EntityId, parentId: EntityId, settings: GameEntitySettings, order: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var order: Int
Link copied to clipboard
Link copied to clipboard