Example #1
0
 public void Read(MpqFileStream stream)
 {
     this.I0 = stream.ReadValueS32();
     this.Q0 = new Quaternion16(stream);
 }
Example #2
0
File: Anim.cs Project: ralje/mooege
 public void Read(MpqFileStream stream)
 {
     this.I0 = stream.ReadValueS32();
     this.Q0 = new Quaternion16(stream);
 }