Newer
Older
PixelPaintWar / apps / server / src / domains / game / loop / hurricane / index.ts
/**
 * hurricane index
 * ハリケーン関連サービスと型の再公開をまとめる
 */
export { HurricaneMotionService } from "./HurricaneMotionService.js";
export { HurricaneSyncService } from "./HurricaneSyncService.js";
export { HurricaneHitService } from "./HurricaneHitService.js";
export type {
  HurricaneState,
  HurricaneSyncOutputs,
  HurricaneSyncSnapshot,
  MapGridSize,
} from "./hurricaneTypes.js";