暂存2
This commit is contained in:
@@ -112,4 +112,10 @@ namespace WulaFallenEmpire
|
||||
protected override bool Compare(float var1, float var2) => var1 <= var2;
|
||||
protected override string GetOperatorString() => "<=";
|
||||
}
|
||||
|
||||
public class Condition_VariableNotEqual : Condition_CompareVariable
|
||||
{
|
||||
protected override bool Compare(float var1, float var2) => var1 != var2;
|
||||
protected override string GetOperatorString() => "!=";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user