Nocturna
    Preparing search index...

    Interface LevelSelectionObserver

    LevelSelectionObserver defines the interface for objects that want to be notified when a level is selected or custom data is loaded.

    interface LevelSelectionObserver {
        onDataTransmited(data: JSON): void;
        onLevelSelected(levelFile: string): void;
    }

    Implemented by

    Index

    Methods