2D-Platformer/Assets/Scripts/AI/AttackPlayerGoapAction.cs
2022-02-12 12:53:50 +02:00

8 lines
No EOL
103 B
C#

using Unity.Entities;
namespace AI
{
public struct AttackPlayerGoapAction : IComponentData
{
}
}