Merge with mehdis changes
parent
4fdee63537
commit
0a0e5334b5
@ -1,5 +1,7 @@
|
||||
import com.last.commit.inventory.Inventory
|
||||
import com.last.commit.config.PlayerSettings
|
||||
|
||||
public data class GameState(
|
||||
public val inventory: Inventory,
|
||||
public val settings: PlayerSettings,
|
||||
)
|
Loading…
Reference in New Issue