Exemplo n.º 1
0
 internal bool GetIntegerAsBool() => HabboEncoding.DecodeInt32(_body, ref _position) == 1;
Exemplo n.º 2
0
 /// <summary>
 ///     Gets the integer.
 /// </summary>
 /// <returns>System.Int32.</returns>
 internal int GetInteger() => HabboEncoding.DecodeInt32(_body, ref _position);