removed mock action from RemotePlayer
This commit is contained in:
parent
989897cb01
commit
c3d04efe9b
@ -61,13 +61,6 @@ export class RemotePlayer extends Character implements ActivatableInterface {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.bindEventHandlers();
|
this.bindEventHandlers();
|
||||||
|
|
||||||
this.registerActionsMenuAction({
|
|
||||||
actionName: "ddd",
|
|
||||||
callback: () => {
|
|
||||||
console.log('ddd');
|
|
||||||
},
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public updatePosition(position: PointInterface): void {
|
public updatePosition(position: PointInterface): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user