Remove unused excelPath field

main^2
Vinny 2026-03-30 18:52:46 +08:00
parent b5d208a931
commit 96dd7e1fef
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ namespace GameplayEditor
{
[SerializeField] private Graph targetGraph;
[SerializeField] private GraphDataSchema schema;
[SerializeField] private string excelPath = "Assets/玩法编辑器.xlsx";
private ExcelDataProvider excelProvider;
private bool isSyncing = false;