internal void ChangeWarpFactor(int warpFactor)
 {
     Warp?.Invoke(this, warpFactor);
 }