A few more misc explicit interface changes

By-products of making ITick require explicit implementation.
This commit is contained in:
reaperrr
2017-09-07 19:29:08 +02:00
committed by Matthias Mailänder
parent 28e1f391e0
commit 32df83d3c4
3 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Traits
Color.FromArgb(178, 205, 250, 220),
};
public void AdjustPalette(IReadOnlyDictionary<string, MutablePalette> b)
void IPaletteModifier.AdjustPalette(IReadOnlyDictionary<string, MutablePalette> b)
{
var i = (int)t;
var p = b[paletteName];