meisterhau-ll
    Preparing search index...

    AI注册信息接口

    interface AiRegistration {
        ai: ConstructorOf<MeisterhauAI>;
        components?: Component[];
        tricks: TrickModule;
        type: string;
        setup?(ai: MeisterhauAI, entity: Entity): void;
    }
    Index

    Properties

    Methods

    Properties

    components?: Component[]
    tricks: TrickModule
    type: string

    Methods