예제 #1
0
 public void Initialize(Color laserColor, int damage, GameController.Teams teamToHit)
 {
     this.laserColor = laserColor;
     this.damage = damage;
     this.teamToHit = teamToHit;
 }
예제 #2
0
 public void Initialize(float explosionRadius, int damage, GameController.Teams teamToHit)
 {
     this.explosionRadius = explosionRadius;
     this.damage          = damage;
     this.teamToHit       = teamToHit;
 }
예제 #3
0
 public void Initialize(Color laserColor, int damage, GameController.Teams teamToHit)
 {
     this.laserColor = laserColor;
     this.damage     = damage;
     this.teamToHit  = teamToHit;
 }
예제 #4
0
 public void Initialize(float explosionRadius, int damage, GameController.Teams teamToHit)
 {
     this.explosionRadius = explosionRadius;
     this.damage = damage;
     this.teamToHit = teamToHit;
 }