updat core

This commit is contained in:
2024-10-21 16:20:37 +08:00
parent afc7f2d1bc
commit 93fe7b4d04
33 changed files with 1381 additions and 478 deletions

View File

@@ -45,5 +45,13 @@ namespace Game.Component
{
this.transform.rotation = Quaternion.Euler (0 , 0 , this.transform.rotation.eulerAngles.z);
}
public void RefreshInit ()
{
this.speedBuffTimer?.Kill ();
this.speedBuffTimer = null;
this.speedBuffOffset = 0;
//主角出生初始化
}
}
}