Cleans forgotten useless commentaries
This commit is contained in:
parent
58e36ebed2
commit
926fcf9d63
@ -72,7 +72,6 @@ export class WorkadventurePlayerCommands extends IframeApiContribution<Workadven
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getPosition(): Promise<Position> {
|
async getPosition(): Promise<Position> {
|
||||||
//TODO: type
|
|
||||||
return await queryWorkadventure({
|
return await queryWorkadventure({
|
||||||
type: "getPlayerPosition",
|
type: "getPlayerPosition",
|
||||||
data: undefined,
|
data: undefined,
|
||||||
@ -80,8 +79,7 @@ export class WorkadventurePlayerCommands extends IframeApiContribution<Workadven
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: move or delete
|
export type Position = {
|
||||||
type Position = {
|
|
||||||
x: number;
|
x: number;
|
||||||
y: number;
|
y: number;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user