BC2.Util.Texture.iTexture.Byte C# (CSharp) Method

Byte() public static method

public static Byte ( ) : byte
return byte
        public static byte Byte()
        {
            byte ret = stream.ReadByte ();
            return ret;
        }