Fight Arena and enemys new Demon

This commit is contained in:
szczuras4
2025-04-29 05:28:16 +02:00
parent df9528157e
commit f2f4e8b070
102 changed files with 19523 additions and 18077 deletions

View File

@@ -0,0 +1,17 @@
using UnityEditor;
using UnityEngine;
[CustomEditor(typeof(NavMeshClearer))]
public class NavMeshClearerEditor : Editor
{
public override void OnInspectorGUI()
{
DrawDefaultInspector();
NavMeshClearer clearer = (NavMeshClearer)target;
if (GUILayout.Button("WyczyϾ NavMesh"))
{
clearer.ClearNavMesh();
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: d35e2a739f7ba8b4ab630aef89c67bce