特效新内容。修复gameplay致命bug和分数保存bug
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
/* ---------------------------------------
|
||||
* Author: Martin Pane (martintayx@gmail.com) (@martinTayx)
|
||||
* Contributors: https://github.com/Tayx94/graphy/graphs/contributors
|
||||
* Project: Graphy - Ultimate Stats Monitor
|
||||
* Date: 23-Jan-18
|
||||
* Studio: Tayx
|
||||
*
|
||||
* Git repo: https://github.com/Tayx94/graphy
|
||||
*
|
||||
* 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
|
||||
{
|
||||
#region Methods -> Protected
|
||||
|
||||
/// <summary>
|
||||
/// Updates the graph/s.
|
||||
/// </summary>
|
||||
protected abstract void UpdateGraph();
|
||||
|
||||
/// <summary>
|
||||
/// Creates the points for the graph/s.
|
||||
/// </summary>
|
||||
protected abstract void CreatePoints();
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 67969a520b115cd47a7d955c9b2abfa6
|
||||
timeCreated: 1516716468
|
||||
licenseType: Store
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 105778
|
||||
packageName: '[Graphy] - Ultimate FPS Counter - Stats Monitor & Debugger'
|
||||
packageVersion: 3.0.5
|
||||
assetPath: Assets/Graphy - Ultimate Stats Monitor/Runtime/Graph/G_Graph.cs
|
||||
uploadId: 626547
|
||||
Reference in New Issue
Block a user