Skip to content

Commit

Permalink
Exposed ability to get inactive player locations publically
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_singer committed Nov 3, 2024
1 parent 217ef06 commit a4be2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetAF/Logic/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private Game(GameInfo info, string introduction, PlayableCharacter player, Overw
/// Get an array of inactive player locations.
/// </summary>
/// <returns>An array containing all locations of inactive platers.</returns>
internal PlayableCharacterLocation[] GetInactivePlayerLocations()
public PlayableCharacterLocation[] GetInactivePlayerLocations()
{
return [.. inactivePlayerLocations];
}
Expand Down

0 comments on commit a4be2ef

Please sign in to comment.