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