/// <summary>
 /// Gets the position of the projectile.
 /// </summary>
 /// <returns></returns>
 public Vector2 GetPosition()
 {
     return(ProjectileUtils.GetMainProjectile(this.identity, this.type, this.OwnerProjectile.Index).position);
 }