pda
jvm
core
/
net.artux.pda.map.repository
/
EngineSaver
Engine
Saver
class
EngineSaver
@
Inject
constructor
(
val
gameMap
:
GameMap
,
val
platformInterface
:
PlatformInterface
,
var
spawnController
:
SpawnController
,
val
gson
:
Gson
)
Members
Constructors
Engine
Saver
Link copied to clipboard
@
Inject
constructor
(
gameMap
:
GameMap
,
platformInterface
:
PlatformInterface
,
spawnController
:
SpawnController
,
gson
:
Gson
)
Properties
game
Map
Link copied to clipboard
val
gameMap
:
GameMap
gson
Link copied to clipboard
val
gson
:
Gson
platform
Interface
Link copied to clipboard
val
platformInterface
:
PlatformInterface
spawn
Controller
Link copied to clipboard
var
spawnController
:
SpawnController
Functions
restore
Link copied to clipboard
fun
restore
(
)
save
Link copied to clipboard
fun
save
(
engine
:
Engine
)