Exemplo n.º 1
0
 public BlockActionNoteBlock(byte byte1, byte byte2, int blockType)
 {
     NoteBlockType = (NoteBlockType)byte1;
     Pitch         = byte2;
     BlockType     = blockType;
 }
 public BlockActionNoteBlock(byte byte1, byte byte2, int blockType)
 {
     NoteBlockType = (NoteBlockType) byte1;
     Pitch = byte2;
     BlockType = blockType;
 }