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

12 lines
244 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// This class is used as a Tag to quickly reference the head of this RckAI in the Reset()
/// </summary>
public class AIHeadPos : MonoBehaviour
{
}