public static void OpenMapEditor() { // Get existing open window or if none, make a new one: MapCellsEditorWindow window = GetWindow <MapCellsEditorWindow>(); window.Show(); }
public Shortcut_CellBrushType(MapCellsEditorWindow window) { _window = window; }