Firstborn/Assets/RPG Creation Kit/Scripts/AI/AI Scripts/AIHeadPos.cs

12 lines
244 B
C#
Raw Normal View History

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
{
}