This commit is contained in:
PC-20230316NUNE\Administrator
2023-12-13 19:33:57 +08:00
parent 5bc3f1d954
commit 3dde3c30b3
37 changed files with 104 additions and 51 deletions

View File

@@ -1,4 +1,3 @@
import { TbGGlobalEnum } from '../../../resources/config/TbGGlobalEnum';
import { _decorator,Node } from 'cc';
import { sp } from 'cc';
import { UIPetAnim } from '../../consts/GData';
@@ -8,6 +7,7 @@ import { GUI } from '../UIConfig';
import PlayerPetData from '../../data/PlayerPetData';
import { JNGLayerBase } from '../../components/JNComponent';
import { app, TD } from '../../App';
import { TbGGlobalEnum } from '../../config/TbGGlobalEnum';
const { ccclass, property } = _decorator;