CoreRuntime

class CoreRuntime(platform: Platform, configStore: ConfigTextStore)

Minimal "Day-1" core runtime wiring helper.

Design note

This is optional glue:

  • platform adapters may choose to build their own contexts

  • fake servers can use this to reduce boilerplate

This class intentionally does not guess storage locations; callers provide a ConfigTextStore.

Constructors

Link copied to clipboard
constructor(platform: Platform, configStore: ConfigTextStore)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val prefabs: PrefabStore? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard