custom-chatbot / data /GOAP.User.cs
fastx's picture
Upload 84 files
ce81a16
raw
history blame
180 Bytes
namespace Quantum
{
public unsafe partial struct GOAPAgent
{
public AIConfig GetConfig(Frame frame)
{
return frame.FindAsset<AIConfig>(Config.Id);
}
}
}