Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed Dec 10, 2024
1 parent 5ff1405 commit f097548
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions cocos/spine/skeleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,7 @@
THE SOFTWARE.
*/
import { EDITOR_NOT_IN_PREVIEW, JSB } from 'internal:constants';
import {
ccclass,
executeInEditMode,
help,
menu,
serializable,
type,
displayName,
override,
displayOrder,
editable,
tooltip,
visible,
} from 'cc.decorator';
import { ccclass, executeInEditMode, help, menu, serializable, type, override, displayOrder, editable, visible } from 'cc.decorator';
import { Material, Texture2D } from '../asset/assets';
import { error, logID, warn } from '../core/platform/debug';
import { Enum, EnumType, ccenum } from '../core/value-types/enum';
Expand Down

0 comments on commit f097548

Please sign in to comment.