summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/Thronefall/StringFloatSerializableDictionary.cs
blob: 8ae8cdde356cc99cf849f29dad4f55f83fffd995 (plain)
1
2
3
4
5
6
using System;

[Serializable]
public class StringFloatSerializableDictionary : UnitySerializedDictionary<string, string>
{
}