benny9952
benny9952
CC#
Created by benny9952 on 3/22/2023 in #help
✅ help with bug
4 replies
CC#
Created by benny9952 on 1/26/2023 in #help
✅ enemy player follow
96 replies
CC#
Created by benny9952 on 1/24/2023 in #help
hello can someone fix me please and also tell me why im dumb
public class PlayerGUI : MonoBehaviour {
public float playerMoveSpeed; public float playerLives; public float playerProjectileSpeed; public float reloadSpeed = 20f; void start(){ PlayerStats = new PlayerGUI(); }
void Update() {
} public float GetReloadSpeed() { PlayerStats.reloadSpeed = reloadSpeed; return PlayerStats.reloadSpeed; } }
22 replies