From b9f78d120823aed84e50679c21a961b69e4b4ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Wed, 29 May 2019 19:17:45 +0300 Subject: [PATCH] Cleaning up scripts --- .idea/.idea.MADBombs/.idea/indexLayout.xml | 1 + Assets/Scripts/HelloWorld.cs | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 Assets/Scripts/HelloWorld.cs diff --git a/.idea/.idea.MADBombs/.idea/indexLayout.xml b/.idea/.idea.MADBombs/.idea/indexLayout.xml index 2daa801..fd7a249 100644 --- a/.idea/.idea.MADBombs/.idea/indexLayout.xml +++ b/.idea/.idea.MADBombs/.idea/indexLayout.xml @@ -17,6 +17,7 @@ .idea Library Logs + Temp obj diff --git a/Assets/Scripts/HelloWorld.cs b/Assets/Scripts/HelloWorld.cs deleted file mode 100644 index fe85839..0000000 --- a/Assets/Scripts/HelloWorld.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class HelloWorld : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - - } -}