提交GAS

This commit is contained in:
PC-20230316NUNE\Administrator
2024-10-23 20:13:31 +08:00
parent 1953e7c25f
commit 9303606b31
28 changed files with 4203 additions and 3300 deletions

View File

@@ -23,11 +23,13 @@ namespace JNGame.GAS
private void OnStartChanged()
{
_task.start = start;
Save();
}
private void OnEndChanged()
{
_task.end = end;
Save();
}