root/src/BRAINSFramework/Label.cs

113
3
using System.Linq;
3
using System.Linq;
4
using System.Text;
4
using System.Text;
5
5
6
namespace Brains
6
namespace Brains.Framework
7
{
7
{
8
    public struct Label
8
    internal struct Label
9
    {
9
    {
10
        public float Value;
10
        public float Value;
11
        public float Value2;
11
        public float Value2;