readme
This commit is contained in:
6
BITKit/Scripts/ECS/Node/ConditionComponent.cs
Normal file
6
BITKit/Scripts/ECS/Node/ConditionComponent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace BITKit;
|
||||
|
||||
public abstract partial class ConditionComponent:EntityComponent,ICondition
|
||||
{
|
||||
public abstract bool OnCheck();
|
||||
}
|
Reference in New Issue
Block a user