HyoutaTools.DanganRonpa.Font.DRFontChar.Compare C# (CSharp) 메소드

Compare() 공개 정적인 메소드

public static Compare ( DRFontChar one, DRFontChar other ) : int
one DRFontChar
other DRFontChar
리턴 int
        public static int Compare( DRFontChar one, DRFontChar other )
        {
            return one.Character - other.Character;
        }
DRFontChar