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.
| 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() |