Fix CA1852
This commit is contained in:
committed by
Pavel Penev
parent
277699cbd5
commit
f4af5c1764
@@ -13,7 +13,7 @@ using System;
|
||||
|
||||
namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
class Rgba2Hex : IUtilityCommand
|
||||
sealed class Rgba2Hex : IUtilityCommand
|
||||
{
|
||||
string IUtilityCommand.Name => "--rgba2hex";
|
||||
|
||||
@@ -101,7 +101,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
}
|
||||
}
|
||||
|
||||
class Argb2Hex : IUtilityCommand
|
||||
sealed class Argb2Hex : IUtilityCommand
|
||||
{
|
||||
string IUtilityCommand.Name => "--argb2hex";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user