fix:调整目标朝向问题
This commit is contained in:
@@ -81,6 +81,7 @@ public class HUDPanel : MonoBehaviour
|
||||
EventDispatcher.AddEventListener<int>("UserGun", UserGun);
|
||||
EventDispatcher.AddEventListener<int>("WinRound", ShowWinRound);
|
||||
EventDispatcher.AddEventListener<int>("ChangeGunIcon", ChangeGunIcon);
|
||||
LessTimeText.text = "10:00";
|
||||
}
|
||||
|
||||
public void HpChange(float currentHp, float maxHp)
|
||||
|
||||
Reference in New Issue
Block a user