debuff 灼烧完成

This commit is contained in:
2025-01-05 15:59:40 +08:00
parent 511459c66c
commit 064c7f057f
26 changed files with 3561 additions and 2463 deletions

View File

@@ -1,11 +1,15 @@
import { _decorator, Component, Node } from 'cc';
import { SkillSet } from '../common/config/SkillSet';
const { ccclass, property } = _decorator;
@ccclass('timedCom')
export class timedCom extends Component {
time = 0.3;
start() {
cd: number = 0;
ap: number = 0;
start() {
}
update(deltaTime: number) {