SiliconGhetto Engine API
    Preparing search index...

    Interface ActiveEffect

    An active status effect on the player.

    interface ActiveEffect {
        name: string;
        level: number;
        duration: number;
    }
    Index

    Properties

    Properties

    name: string
    level: number
    duration: number