Skip to content

Commit

Permalink
Delete unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
dymanoid committed Jul 28, 2018
1 parent 828d5b5 commit 8d68ebd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/RealTime/GameConnection/CitizenConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,16 +224,6 @@ public void SetLocation(ref Citizen citizen, Citizen.Location location)
citizen.CurrentLocation = location;
}

/// <summary>
/// Sets the ID of the building that is currently visited by the specified citizen.
/// </summary>
/// <param name="citizen">The citizen to set the visited building ID for.</param>
/// <param name="visitBuilding">The ID of the currently visited building.</param>
public void SetVisitBuilding(ref Citizen citizen, ushort visitBuilding)
{
citizen.m_visitBuilding = visitBuilding;
}

/// <summary>
/// Sets the ID of the building the specified citizen is currently visiting.
/// </summary>
Expand Down

0 comments on commit 8d68ebd

Please sign in to comment.