This commit is contained in:
phyzical
2022-04-26 20:49:12 +08:00
parent 510a2c2ff7
commit 21a105eb49
2 changed files with 2 additions and 4 deletions

View File

@@ -2,9 +2,7 @@ import { Factions } from "../../Faction/Factions";
import { Faction } from "../../Faction/Faction";
import { Gang } from "../../Gang/Gang";
import { IPlayer } from "../IPlayer";
import { GangConstants } from "../../Gang/data/Constants"
import { GangConstants } from "../../Gang/data/Constants";
export function canAccessGang(this: IPlayer): boolean {
if (this.bitNodeN === 2) {