示例#1
0
    public int GetHexVal()
    {
        //gives inputmanager the color val to change the curHex
        //+1 as zero is empty for hexes

        return(hexColor.GetVal() + 1);
    }
示例#2
0
    public string GetColorVal()
    {
        int val = colorSelect.GetVal();

        return(val.ToString());
    }