mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-27 00:50:46 +00:00
Add RPC text when opening/closing a pck
This commit is contained in:
@@ -118,6 +118,9 @@ namespace PckStudio.Classes.FileTypes
|
||||
return LocKeys[locKey];
|
||||
}
|
||||
|
||||
public bool HasLocEntry(string locKey)
|
||||
=> LocKeys.ContainsKey(locKey);
|
||||
|
||||
public string GetLocEntry(string locKey, string language)
|
||||
{
|
||||
if (!LocKeys.ContainsKey(locKey))
|
||||
|
||||
Reference in New Issue
Block a user