feat: remove parliamentBulding from Government

This commit is contained in:
TheClashFruit 2024-09-01 13:52:22 +02:00
parent 54cf25a554
commit 6c8793ff68
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -26,5 +26,5 @@ export interface Government {
id: BigInt;
parliament: GovernmentUser[];
parliamentBulding: Point2D;
// parliamentBulding: Point2D;
}