Updated SmartConfig, added keySet() method.
This commit is contained in:
@ -59,4 +59,6 @@ public class SmartConfig {
|
||||
props."$name" = value.toString()
|
||||
save()
|
||||
}
|
||||
|
||||
Set<String> keySet() { return this.@props.keySet() }
|
||||
}
|
||||
|
Reference in New Issue
Block a user