1118OPSSNew/Assets/Zion/Scripts//PointInterface.cs

10 lines
177 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface PointInterface
{
Transform GetPoint();
string curretTriggerName();
}