Exemplo n.º 1
0
 public SwordPrototype(SwordPrototype sword)
 {
     Hitpoints = sword.Hitpoints;
     Length    = sword.Length;
     Material  = sword.Material;
 }