This commit is contained in:
PC-20230316NUNE\Administrator
2023-10-24 19:12:25 +08:00
parent 72f3d7e880
commit fb1696d079
24 changed files with 1478 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
import GRoleBase from "../../role/GRoleBase";
import GRolePVPEntity from "../../role/PVP/GRolePVPEntity";
import GFSMBattle from "../GFSMBattle";
import GFSMBattle from "../base/GFSMBattle/GFSMBattle";
//PVP 状态机
@@ -9,7 +9,7 @@ export default class GFSMPVP extends GFSMBattle{
player:GRolePVPEntity;
constructor(player:GRolePVPEntity){
super();
super(player);
this.player = player;
}
@@ -18,8 +18,5 @@ export default class GFSMPVP extends GFSMBattle{
return this.player.mode.getEnumy(this.player);
}
//攻击
onAttack() {
}
}

View File

@@ -0,0 +1,6 @@
import { GFSMBattleAmin } from "../base/GFSMBattle/GFSMBattleAmin";
export default class GFSMPVPAnim extends GFSMBattleAmin{
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "3a061d5f-a202-4d3d-8758-1d1afbe1cd15",
"files": [],
"subMetas": {},
"userData": {}
}