_TheStrongestSnail/TheStrongestSnail/Assets/Graph_Maker/Scripts/Utils/WMG_Enums.cs

7 lines
229 B
C#
Raw Normal View History

2024-12-12 20:48:19 +08:00
using UnityEngine;
using System.Collections;
public static class WMG_Enums {
public enum labelTypes {None, Labels_Only, Labels_Percents, Labels_Values, Labels_Values_Percents, Values_Only, Percents_Only, Values_Percents};
}