コード例 #1
0
ファイル: Decoder.cs プロジェクト: midgithub/OverLord-Client
        public static uint decodeUInt32(byte[] bytes)
        {
            int length;

            return(Decoder.decodeUInt32(0, bytes, out length));
        }