Firstborn/Assets/RPG Creation Kit/Scripts/BehaviourTrees/BehaviourTrees.cs
Schaken-Mods 959e80cf72 assets upload
assets upload description.
2023-03-28 12:16:30 -05:00

12 lines
249 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using RPGCreationKit;
namespace RPGCreationKit.BehaviourTree
{
public static class BehaviourTrees
{
public static float GeneralTickRate = 1.25f;
}
}