using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using RPGCreationKit;

namespace RPGCreationKit.BehaviourTree
{
    public static class BehaviourTrees 
    {
        public static float GeneralTickRate = 1.25f;
    }
}