AriDEVParser.Util.LfgEntry.LfgEntry C# (CSharp) 메소드

LfgEntry() 공개 메소드

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