Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
11
Assets/Scripts/AI/GoapActionValidation.cs
Normal file
11
Assets/Scripts/AI/GoapActionValidation.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using DefaultNamespace;
|
||||
using Unity.Entities;
|
||||
|
||||
namespace AI
|
||||
{
|
||||
public struct GoapActionValidation : IComponentData
|
||||
{
|
||||
public bool1 Validating;
|
||||
public bool1 Valid;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue