Exemplo n.º 1
0
 public Part(Enums.BikerParts part)
 {
     partType = part;
 }
Exemplo n.º 2
0
 public Part()
 {
     partType = Enums.BikerParts.Head;
 }