var heroClient = ObjectManager.Player; var avgPathLength = heroClient.AvgPathLength();In this example, the method is called on the hero client object and assigned to the variable `avgPathLength`. This can be useful for analyzing hero movement patterns and making decisions about game strategy. Package Library: The LeagueSharp library is a package library for C# specifically designed for League of Legends game development.