Skip to content

Commit

Permalink
More cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed May 22, 2024
1 parent c1f3c2f commit e282e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ internal sealed class CoopGame : BaseLocalGame<GamePlayerOwner>, IBotGame, IFika
public bool forceStart = false;
public ExitStatus MyExitStatus { get; set; } = ExitStatus.Survived;
public string MyExitLocation { get; set; } = null;
public ISpawnSystem SpawnSystem { get; set; }
public ISpawnSystem SpawnSystem;

public Dictionary<string, Player> Bots { get; set; } = [];
public Dictionary<string, Player> Bots = [];
private CoopExfilManager exfilManager;
private GameObject fikaStartButton;
private readonly Dictionary<int, int> botQueue = [];
Expand Down
File renamed without changes.

0 comments on commit e282e2c

Please sign in to comment.