HaloMap.RawData.PRTMModel.PRTMModel C# (CSharp) Method

PRTMModel() public method

Initializes a new instance of the PRTMModel class.
public PRTMModel ( Meta &meta ) : System.Collections
meta HaloMap.Meta.Meta The meta.
return System.Collections
        public PRTMModel(ref Meta meta)
        {
            H2ParsedPRTM(ref meta);
        }