refactor: expose TryResolveOwnedClaim for future external mod consumption

This commit is contained in:
2026-07-19 20:43:05 +02:00
parent a2e4a68f9e
commit fc7e601f5b
+1 -1
View File
@@ -53,7 +53,7 @@ public class ClaimLinkModSystem : ModSystem
} }
} }
internal static bool TryResolveOwnedClaim( public static bool TryResolveOwnedClaim(
string ownerPlayerUid, string ownerPlayerUid,
int claimIndex, int claimIndex,
out LandClaim? claim out LandClaim? claim