diff --git a/Platformer_001/Assets/Scripts/Endlosmodus/Highscore.cs b/Platformer_001/Assets/Scripts/Endlosmodus/Highscore.cs index 7803e68..947d35b 100644 --- a/Platformer_001/Assets/Scripts/Endlosmodus/Highscore.cs +++ b/Platformer_001/Assets/Scripts/Endlosmodus/Highscore.cs @@ -6,15 +6,6 @@ public class Highscore : MonoBehaviour { public Text liveAnzeige; - // Use this for initialization - void Start (){ - } - - // Update is called once per frame - void Update () { - - } - public void saveLength(int length) { if (liveAnzeige != null) { liveAnzeige.text = "" + length;