Skip to content

Commit

Permalink
fix: file name updated for playerCastle
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav2010 committed Aug 1, 2024
1 parent e1ce9cc commit b4b5578
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion public/scenes/SpawnSelectionScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import LoadingBar from "../gameObjects/LoadingBar";
import { NetworkManager } from "../NetworkManager";
import { BaseScene } from "./BaseScene";
import { PacketType } from "../../common/PacketType";
import { PlayerCastle } from "../gameObjects/PlayerCastle";
import SessionStateClientHelpers from "../helpers/SessionStateClientHelpers";
import SAT from "sat";
import { PlayerCastle } from "../gameObjects/PlayerCastle";

var networkManager: NetworkManager;
var selectorGraphics: Phaser.GameObjects.Graphics;
Expand Down

0 comments on commit b4b5578

Please sign in to comment.