why did this not get committed
i don;t eevnen neknow
This commit is contained in:
parent
e72cdf0fcf
commit
5a1c8a6e4e
2 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,9 @@ using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace bot {
|
namespace bot {
|
||||||
class ConditionHolder {
|
class ConditionHolder {
|
||||||
public ConditionHolder(string conditions) {
|
|
||||||
|
|
||||||
|
public ConditionHolder(string condstring) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
<Compile Include="Bot.cs" />
|
<Compile Include="Bot.cs" />
|
||||||
<Compile Include="Condition.cs" />
|
<Compile Include="Condition.cs" />
|
||||||
<Compile Include="ConditionChecker.cs" />
|
<Compile Include="ConditionChecker.cs" />
|
||||||
|
<Compile Include="ConditionHolder.cs" />
|
||||||
<Compile Include="conditions\msgcontains.cs" />
|
<Compile Include="conditions\msgcontains.cs" />
|
||||||
<Compile Include="NavigationNode.cs" />
|
<Compile Include="NavigationNode.cs" />
|
||||||
<Compile Include="Pulse.cs" />
|
<Compile Include="Pulse.cs" />
|
||||||
|
|
Loading…
Reference in a new issue