why did this not get committed

i don;t eevnen neknow
This commit is contained in:
MallocNull 2014-07-14 17:04:40 -05:00
parent e72cdf0fcf
commit 5a1c8a6e4e
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,9 @@ using System.Threading.Tasks;
namespace bot {
class ConditionHolder {
public ConditionHolder(string conditions) {
public ConditionHolder(string condstring) {
}
}

View file

@ -74,6 +74,7 @@
<Compile Include="Bot.cs" />
<Compile Include="Condition.cs" />
<Compile Include="ConditionChecker.cs" />
<Compile Include="ConditionHolder.cs" />
<Compile Include="conditions\msgcontains.cs" />
<Compile Include="NavigationNode.cs" />
<Compile Include="Pulse.cs" />