Fix CA1822

This commit is contained in:
RoosterDragon
2023-03-12 16:24:19 +00:00
committed by Pavel Penev
parent e4cac1fffc
commit 277699cbd5
77 changed files with 109 additions and 105 deletions

View File

@@ -85,7 +85,7 @@ namespace OpenRA.Mods.Common.SpriteLoaders
}
}
bool IsShpTS(Stream s)
static bool IsShpTS(Stream s)
{
var start = s.Position;
@@ -128,7 +128,7 @@ namespace OpenRA.Mods.Common.SpriteLoaders
return f == imageCount || type < 4;
}
ShpTSFrame[] ParseFrames(Stream s)
static ShpTSFrame[] ParseFrames(Stream s)
{
var start = s.Position;