959e80cf72
assets upload description.
12 lines
244 B
C#
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
|
|
{
|
|
|
|
}
|