StatsAndEffects.blackboard
public Blackboard blackboard { get; }Description#
Returns the blackboard for the object
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatsAndEffects target) { Blackboard result = target.blackboard; } }