Alexandria.Engines.Sciagi.Resources.PictureInstruction.Mono0.Mono0 C# (CSharp) Méthode

Mono0() public méthode

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