mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
KVP >> Tuple
This commit is contained in:
@@ -97,7 +97,7 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// List of info items
|
||||
/// </summary>
|
||||
public List<Tuple<string, string>> Infos { get; set; }
|
||||
public List<KeyValuePair<string, string>> Infos { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Type of the machine
|
||||
|
||||
Reference in New Issue
Block a user