File size: 180 Bytes
ce81a16
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
namespace Quantum
{
  public unsafe partial struct GOAPAgent
  {
    public AIConfig GetConfig(Frame frame)
    {
      return frame.FindAsset<AIConfig>(Config.Id);
    }
  }
}