神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface GameHurtOptions

    定义游戏实体受伤选项的接口

    interface GameHurtOptions {
        attacker: GameEntity;
        damageType: string;
    }
    Index

    Properties

    Properties

    attacker: GameEntity
    damageType: string