This commit is contained in:
2024-11-27 13:51:54 +08:00
parent 6efd8994a1
commit 1dc9e27b61
43 changed files with 757 additions and 30547 deletions

View File

@@ -12,9 +12,7 @@ import { GameMap } from "./GameMap";
import { MapModelComp } from "./model/MapModelComp";
import { Talent } from "../Role/Talent";
import { Talents } from "../common/config/TalentSet";
import { MonViewComp } from "../mon/MonViewComp";
import { HeroViewComp } from "../hero/HeroViewComp";
import { RoleViewComp } from "../Role/RoleViewComp";
import { BossViewComp } from "../Boss/BossViewComp";
const { ccclass, property } = _decorator;