bucketed_game :: Game :: last_turn
Can be used to consult the latest events (by the display for example), but cannot be used to add new Events.
# Last turn executed in this game
# Can be used to consult the latest events (by the display for example),
# but cannot be used to add new Events.
var last_turn: nullable ThinGameTurn[G] = null
lib/bucketed_game/bucketed_game.nit:214,2--217,47