summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Managers
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-04-25 17:12:37 +0800
committerchai <chaifix@163.com>2022-04-25 17:12:37 +0800
commit78bc7a1db913a038424cb5fac6e75ccccc195cfb (patch)
tree9b5c3c483985f53736bc2de21bb8fbc3649b161e /SurvivalTest/Assets/Scripts/Managers
parentcce2815f3bcfeec2f4c13386d073d20778724656 (diff)
*misc
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Managers')
-rw-r--r--SurvivalTest/Assets/Scripts/Managers/PlayerManager_Weapons.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Weapons.cs b/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Weapons.cs
index 16f9396..d6d522a 100644
--- a/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Weapons.cs
+++ b/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Weapons.cs
@@ -22,7 +22,7 @@ public partial class PlayerManager : Singleton<PlayerManager>
set
{
m_AutoFire = value;
- EventCenter.Instance.Publish(EventMsgType.ToggleAutoFire, null);
+ EventCenter.Instance.Publish(EventMsgType.ToggleAutoFire);
}
}
private float autoFireDuration = 0.8f;