1
This commit is contained in:
9
Packages/Core/Node/ICondition.cs
Normal file
9
Packages/Core/Node/ICondition.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
namespace BITKit
|
||||
{
|
||||
public interface ICondition
|
||||
{
|
||||
bool OnCheck();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user