9 lines
No EOL
119 B
C#
9 lines
No EOL
119 B
C#
using Unity.Entities;
|
|
|
|
namespace AI
|
|
{
|
|
public struct GoapActionActor : IComponentData
|
|
{
|
|
public Entity Actor;
|
|
}
|
|
} |