9 lines
No EOL
114 B
C#
9 lines
No EOL
114 B
C#
using Unity.Entities;
|
|
|
|
namespace AI
|
|
{
|
|
public struct GoapActionEntry
|
|
{
|
|
public ComponentType ActionType;
|
|
}
|
|
} |