From 757f00a2b6bb7d9f3fe426ddea9b6240eb51d212 Mon Sep 17 00:00:00 2001 From: pklaschka Date: Thu, 25 May 2017 12:36:04 +0200 Subject: [PATCH] =?UTF-8?q?Codeversch=C3=B6nerungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platformer_001/Assets/Scripts/Endlosmodus/Highscore.cs | 9 --------- 1 file changed, 9 deletions(-) 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;