Remove unused excelPath field
parent
b5d208a931
commit
96dd7e1fef
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue