mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-16 12:30:07 +02:00
build gang in mui
This commit is contained in:
@@ -23,10 +23,6 @@ type IProps = {
|
||||
p: IPlayer;
|
||||
};
|
||||
|
||||
type IState = {
|
||||
game: GameType;
|
||||
};
|
||||
|
||||
export function CasinoLocation(props: IProps): React.ReactElement {
|
||||
const [game, setGame] = useState(GameType.None);
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import React from "react";
|
||||
import { IPlayer } from "../../PersonObjects/IPlayer";
|
||||
import { CONSTANTS } from "../../Constants";
|
||||
import { Money } from "../../ui/React/Money";
|
||||
import { Modal } from "../../ui/React/Modal";
|
||||
|
||||
Reference in New Issue
Block a user