8 lines
No EOL
103 B
C#
8 lines
No EOL
103 B
C#
using Unity.Entities;
|
|
|
|
namespace AI
|
|
{
|
|
public struct AttackPlayerGoapAction : IComponentData
|
|
{
|
|
}
|
|
} |