9 lines
111 B
C#
9 lines
111 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace Pathfinding
|
||
|
{
|
||
|
public class AIDestinationSetter : MonoBehaviour
|
||
|
{
|
||
|
}
|
||
|
}
|