Merge pull request #13108 from atlimit8/ConditionsToVariables

ConditionExpression to (Boolean|Integer)Expression refactor
This commit is contained in:
reaperrr
2017-04-17 14:52:21 +02:00
committed by GitHub
8 changed files with 85 additions and 30 deletions

View File

@@ -259,7 +259,7 @@
<Compile Include="Primitives\float3.cs" />
<Compile Include="InstalledMods.cs" />
<Compile Include="CryptoUtil.cs" />
<Compile Include="Support\ConditionExpression.cs" />
<Compile Include="Support\VariableExpression.cs" />
<Compile Include="ExternalMods.cs" />
</ItemGroup>
<ItemGroup>