Alexandria.Engines.Sciagi.Resources.PictureInstruction.Mono0.Mono0 C# (CSharp) 메소드

Mono0() 공개 메소드

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