void Warp(MapControllerEventArgs args) { bool warp = string.IsNullOrEmpty(WarpDebugSetting) || SettingsHelper.IsDebugSet(WarpDebugSetting); if (warp) { PanelManager.Instance.Push(WarpPanel, args.Coordinates); } }
public void Warp(MapControllerEventArgs args) { PanelManager.Instance.Push(this, args); }