Alexandria.Engines.Sciagi.Resources.PictureInstruction.Mono0.Mono0 C# (CSharp) Method

Mono0() public method

Read the instruction.
public Mono0 ( Stream stream ) : System
stream Stream
return System
            public Mono0(Stream stream)
                : base(PictureExtendedOpcode.Mono0)
            {
                Unknown = stream.ReadSharedBytes(41);
            }
PictureInstruction.Mono0