Initial HSMappy release (fork of Mappy)
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using FFXIVClientStructs.FFXIV.Client.UI.Agent;
|
||||
using Mappy.Extensions;
|
||||
|
||||
namespace Mappy.MapRenderer;
|
||||
|
||||
public partial class MapRenderer
|
||||
{
|
||||
private unsafe void DrawGatheringMarkers()
|
||||
{
|
||||
foreach (var marker in AgentMap.Instance()->MiniMapGatheringMarkers) {
|
||||
marker.Draw(DrawPosition, Scale);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user