Promote DipSwitch

This commit is contained in:
Matt Nadareski
2020-09-01 13:36:32 -07:00
parent 88b40b1b06
commit 7d3f3f1803
13 changed files with 874 additions and 349 deletions

View File

@@ -137,7 +137,7 @@ namespace SabreTools.Library.DatItems
// Otherwise, treat it as a Configuration
Configuration newOther = other as Configuration;
// If the Adjuster information matches
// If the Configuration information matches
return (Name == newOther.Name && Tag == newOther.Tag && Mask == newOther.Mask);
// TODO: Handle DatItem_Condition*