_TheStrongestSnail/TheStrongestSnail/Assets/Graph_Maker/Scripts/WMG_Legend_Entry.cs
2024-12-12 20:48:19 +08:00

14 lines
302 B
C#

using UnityEngine;
using System.Collections;
public class WMG_Legend_Entry : WMG_GUI_Functions {
public WMG_Legend legend;
public GameObject label;
public GameObject swatchNode;
public GameObject line;
public GameObject nodeLeft;
public GameObject nodeRight;
public WMG_Series seriesRef;
}