protected ProjectileContainer(ProjectileContainer other) { stats = other.stats; graphics = other.graphics; mods = ProjMod.CloneList(other.mods); }
public ProjectileContainer(ProjectileStats _stats, ProjectileGraphics _graphics, List <ProjMod> _mods) { stats = _stats; graphics = _graphics; mods = ProjMod.CloneList(_mods); }