Split EngineerRepairable to its own file.

This commit is contained in:
Mustafa Alperen Seki
2019-04-13 20:25:12 +03:00
committed by reaperrr
parent 2463b2ed43
commit 8752e76d1e
3 changed files with 21 additions and 5 deletions

View File

@@ -117,9 +117,4 @@ namespace OpenRA.Mods.Common.Traits
}
}
}
[Desc("Eligible for instant repair.")]
class EngineerRepairableInfo : TraitInfo<EngineerRepairable> { }
class EngineerRepairable { }
}