Esempio n. 1
0
 public PrimitiveHeader(WiiPrimitiveType type, int entries)
 {
     Type    = type;
     Entries = (ushort)entries;
 }
Esempio n. 2
0
 public PrimitiveHeader(WiiPrimitiveType type, int entries)
 {
     Type = type;
     Entries = (ushort)entries;
 }