Add lint check for actor upgrades

This commit is contained in:
penev92
2015-05-27 14:37:05 +03:00
parent 7bb95a1658
commit 696680bad5
2 changed files with 154 additions and 0 deletions

View File

@@ -186,6 +186,7 @@
<Compile Include="Lint\CheckTraitPrerequisites.cs" />
<Compile Include="Lint\CheckDeathTypes.cs" />
<Compile Include="Lint\CheckVoiceReferences.cs" />
<Compile Include="Lint\CheckUpgrades.cs" />
<Compile Include="Lint\LintBuildablePrerequisites.cs" />
<Compile Include="Lint\LintExts.cs" />
<Compile Include="LoadScreens\ModChooserLoadScreen.cs" />