HyoutaTools.DanganRonpa.Font.DRFontChar.Compare C# (CSharp) Method

Compare() public static method

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