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