refactor: ObjectTable.SearchByID -> SearchById

This commit is contained in:
goat 2021-08-22 23:14:08 +02:00
parent ff6fa4bf50
commit cf54c6dc30
No known key found for this signature in database
GPG key ID: F18F057873895461
5 changed files with 7 additions and 7 deletions

View file

@ -56,7 +56,7 @@ namespace Dalamud.Game.ClientState.Party
/// <remarks>
/// This iterates the actor table, it should be used with care.
/// </remarks>
public GameObject? GameObject => Service<ObjectTable>.Get().SearchByID(this.ObjectId);
public GameObject? GameObject => Service<ObjectTable>.Get().SearchById(this.ObjectId);
/// <summary>
/// Gets the current HP of this party member.