Data.getGroups C# (CSharp) Method

getGroups() public method

public getGroups ( ) : GroupRec[]
return GroupRec[]
    public GroupRec[] getGroups()
    {
        return new GroupRec[] {
          new GroupRec("Niagara"         , 0,0,0,0, 0x01),
          new GroupRec("Bermuda"         , 1,0,1,2, 0x20),
          new GroupRec("Egypt"           , 2,1,2,4, 0x41),
          new GroupRec("Mu"              , 3,1,3,6, 0x5F),
          new GroupRec("Scotland"        , 4,2,4,8, 0x81),
          new GroupRec("Scotland 2"      , 4,2,4,8, 0x9E),
        };
    }
Data