This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ReSharper disable MemberCanBePrivate.Global | |
using System; | |
using System.Collections.Generic; | |
namespace CriticalAngleStudios | |
{ | |
/// <summary> | |
/// A simple class for managing a variable of any type. | |
/// </summary> | |
/// <typeparam name="T">The variable type.</typeparam> |