SiliconGhetto Engine API
    Preparing search index...

    Interface MobSounds

    Sound definitions for a mob type.

    interface MobSounds {
        idle?: string;
        hurt?: string;
        death?: string;
    }
    Index

    Properties

    Properties

    idle?: string
    hurt?: string
    death?: string