This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Reflection; | |
using UnityEngine; | |
using UnityInjector.Attributes; | |
namespace CM3D2.SystemShortcutExtension.Plugin | |
{ | |
[PluginFilter("CM3D2x64"), PluginFilter("CM3D2x86"), PluginFilter("CM3D2VRx64")] | |
[PluginName("CM3D2 SystemShortcutExtension"), PluginVersion("0.0.0.0")] | |
public class SystemShortcutExtension : UnityInjector.PluginBase |