Пример #1
0
        internal byte[] ReadFixedValue()
        {
            int bytes = HabboEncoding.DecodeInt16(this.ReadBytes(2));

            return(this.ReadBytes(bytes));
        }