One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| --- | |
| name: plan-exit-review | |
| version: 2.0.0 | |
| description: | | |
| Review a plan thoroughly before implementation. Challenges scope, reviews | |
| architecture/code quality/tests/performance, and walks through issues | |
| interactively with opinionated recommendations. | |
| allowed-tools: | |
| - Read | |
| - Grep |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\.md] | |
| @="markdown" | |
| [HKEY_CLASSES_ROOT\.md\ShellNew] | |
| "NullFile"="" | |
| [HKEY_CLASSES_ROOT\markdown] | |
| @="Blank Markdown file" |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using UnityEditor; | |
| public class EditorTimeScale | |
| : EditorWindow | |
| { | |
| [MenuItem("Tools/TimeScale &T")] | |
| public static void TimeScale() |