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

LfgEntry() public method

public LfgEntry ( int full ) : System.Runtime.InteropServices
full int
return System.Runtime.InteropServices
        public LfgEntry(int full)
        {
            Full = full;
        }