TowerDefenseGame/Assets/Plugins/NavMeshPlus/NavMeshComponents/Scripts/NavMeshAgentAttribute.cs
Nico 0ef60e5828 Add third party plugin NavMeshPlus
Add A* pathing to enemies
Add choice between havving Goblers chase player as priority or go to crystal
2025-07-09 19:14:28 -07:00

13 lines
386 B
C#

using UnityEngine;
//***********************************************************************************
// Contributed by author jl-randazzo github.com/jl-randazzo
//***********************************************************************************
namespace NavMeshPlus.Extensions
{
[System.Serializable]
public class NavMeshAgentAttribute : PropertyAttribute
{
}
}