A few more misc explicit interface changes
By-products of making ITick require explicit implementation.
This commit is contained in:
committed by
Matthias Mailänder
parent
28e1f391e0
commit
32df83d3c4
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user