On this pageNPCStats.blackboardpublic Blackboard blackboard { get; }CopyDescription#Returns the blackboard for the objectUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(NPCStats target) { Blackboard result = target.blackboard; } }Copy