mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-25 02:23:07 +00:00
add prettier import plugin
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
import { PriorityQueue } from "@datastructures-js/priority-queue";
|
||||
import { renderNumber, renderTroops } from "../../client/Utils";
|
||||
import {
|
||||
Attack,
|
||||
Cell,
|
||||
Execution,
|
||||
Game,
|
||||
MessageType,
|
||||
Player,
|
||||
PlayerID,
|
||||
PlayerType,
|
||||
TerrainType,
|
||||
TerraNullius,
|
||||
} from "../game/Game";
|
||||
import { PseudoRandom } from "../PseudoRandom";
|
||||
import { MessageType } from "../game/Game";
|
||||
import { renderNumber, renderTroops } from "../../client/Utils";
|
||||
import { TileRef } from "../game/GameMap";
|
||||
import { PseudoRandom } from "../PseudoRandom";
|
||||
|
||||
const malusForRetreat = 25;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user