Fix CA1064

This commit is contained in:
RoosterDragon
2023-03-12 12:03:11 +00:00
committed by abcdefg30
parent c442bd83f8
commit 01eaa6b228
2 changed files with 4 additions and 1 deletions

View File

@@ -255,6 +255,6 @@ namespace OpenRA.Mods.Common.Commands
}
[Serializable]
class DevException : Exception { }
public class DevException : Exception { }
}
}