Exemplo n.º 1
0
 public static string Save_Static(BodyPart single)
 {
     return(single.Save());
 }
Exemplo n.º 2
0
 public bool Equals(BodyPart other)
 {
     return(customName == other.customName);
 }