mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
update
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -0,0 +1,6 @@
|
||||
import { GFSMBattleAmin } from "../base/GFSMBattle/GFSMBattleAmin";
|
||||
|
||||
export default class GFSMPVPAnim extends GFSMBattleAmin{
|
||||
|
||||
}
|
||||
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "3a061d5f-a202-4d3d-8758-1d1afbe1cd15",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user