© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
21 replies
benny

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;
}
}
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ im a begginer, can someone help me and tell me whats wrong?
C#CC# / help
12mo ago
❔ im dumb and stupid
C#CC# / help
3y ago
❔ can someone please help me ?
C#CC# / help
4y ago
✅ hey, can someone please fix this for me? it keeps giving me errors
C#CC# / help
2y ago