示例#1
0
 public Part(Enums.BikerParts part)
 {
     partType = part;
 }
示例#2
0
 public Part()
 {
     partType = Enums.BikerParts.Head;
 }