update core

This commit is contained in:
2024-10-24 22:45:29 +08:00
parent 2181e42066
commit b56a237c6b
9 changed files with 44 additions and 5965 deletions

View File

@@ -6,11 +6,10 @@ namespace Game.Component.Map
{
public class MovePathGroup : MonoBehaviour
{
private List<Vector3> _pathList;
private List<Vector3> _pathList;
public List<Transform> PathList;
#if UNITY_EDITOR
public List<Transform> PathList;
private void OnDrawGizmos ()
{