Fix RCS1191
This commit is contained in:
@@ -1067,6 +1067,9 @@ dotnet_diagnostic.RCS1187.severity = warning
|
|||||||
# Join string expressions.
|
# Join string expressions.
|
||||||
dotnet_diagnostic.RCS1190.severity = warning
|
dotnet_diagnostic.RCS1190.severity = warning
|
||||||
|
|
||||||
|
# Declare enum value as combination of names.
|
||||||
|
dotnet_diagnostic.RCS1191.severity = warning
|
||||||
|
|
||||||
# Overriding member should not change 'params' modifier.
|
# Overriding member should not change 'params' modifier.
|
||||||
dotnet_diagnostic.RCS1193.severity = warning
|
dotnet_diagnostic.RCS1193.severity = warning
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ namespace OpenRA.Mods.D2k.Traits
|
|||||||
BottomLeft = 0x40,
|
BottomLeft = 0x40,
|
||||||
BottomRight = 0x80,
|
BottomRight = 0x80,
|
||||||
|
|
||||||
All = 0xFF
|
All = Left | Top | Right | Bottom | TopLeft | TopRight | BottomLeft | BottomRight
|
||||||
}
|
}
|
||||||
|
|
||||||
public static readonly Dictionary<ClearSides, int> SpriteMap = new()
|
public static readonly Dictionary<ClearSides, int> SpriteMap = new()
|
||||||
|
|||||||
Reference in New Issue
Block a user