Guest User

Untitled

a guest
Mar 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. using UnityEngine;
  2. using UnityEditor;
  3.  
  4. public static class MyShortcuts {
  5. [MenuItem("Edit/Redo %#Z")]
  6. static void Redo() {
  7. Undo.PerformRedo ();
  8. }
  9. }
Add Comment
Please, Sign In to add comment