chore(release): 0.3.2
[risinglegends.git] / src / events / travel / shared.ts
index 6a82c19c8e1f8133db251b5331cdadd3eb13d1d8..d6f2f10ec60cf572c11e805b8c99ac56a5aa3952 100644 (file)
@@ -5,3 +5,12 @@ export type DTO = {
   locations: Location[],
   paths: Path[]
 }
+
+export type TravelDTO = {
+  things: any[],
+  nextAction: number;
+  walkingText: string,
+  closestTown: number;
+}
+
+export const STEP_DELAY = 3000;