Newer
Older
PixelPaintWar / apps / client / src / scenes / game / input / joystick / common / index.ts
/** 共有型を再公開する */
export type { NormalizedInput, Point } from './joystick.types';

/** 共有定数を再公開する */
export { MAX_DIST } from './joystick.constants';