AriDEVParser.Util.LfgEntry.GetLfgType C# (CSharp) Method

GetLfgType() public method

public GetLfgType ( ) : LfgType
return LfgType
        public LfgType GetLfgType()
        {
            return (LfgType)((Full & 0xFF000000) >> 24);
        }