Fixed inconsistent declaration modifier order

This commit is contained in:
penev92
2022-01-09 21:57:51 +02:00
committed by abcdefg30
parent 3bacd81b8b
commit d37336456d
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Mods.D2k.Traits
class AttackSwallow : AttackFrontal
{
public readonly new AttackSwallowInfo Info;
public new readonly AttackSwallowInfo Info;
public AttackSwallow(Actor self, AttackSwallowInfo info)
: base(self, info)