mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
更新无限模式
This commit is contained in:
@@ -209,5 +209,10 @@ export default class GRoleDefault extends GRoleBase<{}>{
|
||||
this.killBack.push(callback);
|
||||
}
|
||||
|
||||
//判断玩家是否在阵法位置
|
||||
isTacticalPos():boolean{
|
||||
return this.tactical.getPosition(this.tacticalIndex).equals(this.v2World);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user