From e8dd5d4fd406e6e6b710cbe85309f6870bccc37a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 3 Nov 2019 18:31:04 -0500 Subject: Remove everything --- .../Scripts/Graph/G_Graph.cs | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 Assets/Packages/Tayx/Graphy - Ultimate Stats Monitor/Scripts/Graph/G_Graph.cs (limited to 'Assets/Packages/Tayx/Graphy - Ultimate Stats Monitor/Scripts/Graph/G_Graph.cs') diff --git a/Assets/Packages/Tayx/Graphy - Ultimate Stats Monitor/Scripts/Graph/G_Graph.cs b/Assets/Packages/Tayx/Graphy - Ultimate Stats Monitor/Scripts/Graph/G_Graph.cs deleted file mode 100644 index acbd102..0000000 --- a/Assets/Packages/Tayx/Graphy - Ultimate Stats Monitor/Scripts/Graph/G_Graph.cs +++ /dev/null @@ -1,37 +0,0 @@ -/* --------------------------------------- - * Author: Martin Pane (martintayx@gmail.com) (@tayx94) - * Collaborators: Lars Aalbertsen (@Rockylars) - * Project: Graphy - Ultimate Stats Monitor - * Date: 23-Jan-18 - * Studio: Tayx - * - * This project is released under the MIT license. - * Attribution is not required, but it is always welcomed! - * -------------------------------------*/ - -using UnityEngine; - -namespace Tayx.Graphy.Graph -{ - public abstract class G_Graph : MonoBehaviour - { - /* ----- TODO: ---------------------------- - * - * --------------------------------------*/ - - #region Methods -> Protected - - /// - /// Updates the graph/s. - /// - protected abstract void UpdateGraph(); - - /// - /// Creates the points for the graph/s. - /// - protected abstract void CreatePoints(); - - #endregion - } - -} -- cgit v1.2.3