The fucking 3rd time i had to upload this project to git

This commit is contained in:
Madhav Kapa
2023-10-06 20:18:29 -04:00
commit 5658acfe16
2689 changed files with 1259400 additions and 0 deletions

View File

@ -0,0 +1,26 @@
/* ---------------------------------------
* Author: Martin Pane (martintayx@gmail.com) (@tayx94)
* Contributors: https://github.com/Tayx94/graphy/graphs/contributors
* Project: Graphy - Ultimate Stats Monitor
* Date: 03-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!
* -------------------------------------*/
namespace Tayx.Graphy.UI
{
public interface IModifiableState
{
/// <summary>
/// Set the module state.
/// </summary>
/// <param name="newState">
/// The new state.
/// </param>
void SetState(GraphyManager.ModuleState newState, bool silentUpdate);
}
}

View File

@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: cbc1852edf51f8046aed2f13ea532ea9
timeCreated: 1514998527
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,26 @@
/* ---------------------------------------
* Author: Martin Pane (martintayx@gmail.com) (@tayx94)
* Contributors: https://github.com/Tayx94/graphy/graphs/contributors
* Project: Graphy - Ultimate Stats Monitor
* Date: 03-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!
* -------------------------------------*/
namespace Tayx.Graphy.UI
{
public interface IMovable
{
/// <summary>
/// Sets the position of the module.
/// </summary>
/// <param name="newModulePosition">
/// The new position of the module.
/// </param>
void SetPosition(GraphyManager.ModulePosition newModulePosition);
}
}

View File

@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 8a935302390075f45843775173889f94
timeCreated: 1514998535
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: