So far this tool has been great but I was wondering if it is possible to get a list of string keys from a StringTable.
Not the Key Id (long) but the string key that we set on inspector.
I also noticed that while StringTable is a dictionary, for some reason it does not have the Keys parameter or ElementAt(index) method.
I’m not sure about this, we implement IDictionary, I think those methods are part of IEnumerable which we don’t implement. Dictionary has different methods than IDictionary