Example #1
0
 public SingleSpawn(BulletSpawnPos spawnPos) : base(null)
 {
     this.spawnPos = spawnPos;
 }
Example #2
0
 public SingleSpawn(float speed = 1f, float angle = 0f, float delay = 0f, Vector2 offset = default) : base(null)
 {
     this.spawnPos = new BulletSpawnPos(offset, angle, speed, delay);
 }