mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-05 13:27:07 +00:00
Fix PCKProperties.GetPropertyValue commit function body
This commit is contained in:
@@ -24,6 +24,10 @@ namespace PckStudio.Classes.FileTypes
|
||||
}
|
||||
|
||||
public string GetPropertyValue(string property)
|
||||
{
|
||||
return GetProperty(property).Item2;
|
||||
}
|
||||
|
||||
public (string, string)[] GetProperties(string property)
|
||||
{
|
||||
return FindAll(p => p.property == property).ToArray();
|
||||
|
||||
Reference in New Issue
Block a user