From fc7e601f5b2ed5b4d4b9baf690c4d00570385e9d Mon Sep 17 00:00:00 2001 From: anth64 Date: Sun, 19 Jul 2026 20:42:56 +0200 Subject: [PATCH] refactor: expose TryResolveOwnedClaim for future external mod consumption --- ClaimLink/ClaimLinkModSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClaimLink/ClaimLinkModSystem.cs b/ClaimLink/ClaimLinkModSystem.cs index 095d8d0..8ea5d04 100644 --- a/ClaimLink/ClaimLinkModSystem.cs +++ b/ClaimLink/ClaimLinkModSystem.cs @@ -53,7 +53,7 @@ public class ClaimLinkModSystem : ModSystem } } - internal static bool TryResolveOwnedClaim( + public static bool TryResolveOwnedClaim( string ownerPlayerUid, int claimIndex, out LandClaim? claim