From 6c8793ff688b1fbf38d4ee03ce45b5cb020028f8 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Sun, 1 Sep 2024 13:52:22 +0200 Subject: [PATCH] feat: remove `parliamentBulding` from `Government` --- interfaces/government.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/government.ts b/interfaces/government.ts index ec92189..d41daaf 100644 --- a/interfaces/government.ts +++ b/interfaces/government.ts @@ -26,5 +26,5 @@ export interface Government { id: BigInt; parliament: GovernmentUser[]; - parliamentBulding: Point2D; + // parliamentBulding: Point2D; } \ No newline at end of file