怪物根据怪物等级 掉落石头和经验

This commit is contained in:
panw
2025-07-11 16:20:05 +08:00
parent a302bbd65f
commit 43c2dbcfa2
12 changed files with 295 additions and 85 deletions

View File

@@ -4,7 +4,7 @@ import { CCComp } from "../../../../extensions/oops-plugin-framework/assets/modu
import { smc } from "../common/SingletonModuleComp";
import { HeroModelComp } from "./HeroModelComp";
import { HeroViewComp } from "./HeroViewComp";
import { HeroInfo, HeroPos, HeroSet } from "../common/config/heroSet";
import { HeroInfo, HeroPos } from "../common/config/heroSet";
const { ccclass, property } = _decorator;