public Neuromon(Neuromon other) { Name = other.Name; Health = other.Health; Type = other.Type; MoveSet = other.MoveSet; }
public SwitchActiveNeuromon(Neuromon neuromon) { Neuromon = neuromon; }