~starkingdoms/starkingdoms

8213e990e090784ab454567d044d0328ae7009ac — core 2 years ago 7088ec1
remove unused function to make tsc happy
1 files changed, 0 insertions(+), 4 deletions(-)

M starkingdoms-client/src/hub.ts
M starkingdoms-client/src/hub.ts => starkingdoms-client/src/hub.ts +0 -4
@@ 237,7 237,3 @@ export async function hub_connect(
  };
  return null;
}

function playerspace(x, y) {
  // player is center of screen
}