Shared parameter for cross-instance communication (used in PlayerConfig and PlayerState)

interface SharedParameter {
    key: string;
    value?: string;
}

Properties

Properties

key: string
value?: string