mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 11:42:03 +00:00
rebalance unit cost
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { GameConfig, GameID, GameRecord, GameRecordSchema, Turn } from "../core/Schemas";
|
||||
import { Storage } from '@google-cloud/storage';
|
||||
import { BigQuery } from '@google-cloud/bigquery';
|
||||
|
||||
const storage = new Storage();
|
||||
const bigquery = new BigQuery();
|
||||
|
||||
|
||||
export async function archive(gameRecord: GameRecord) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user