Files
DuckovMods/CharacterPreview/PatchSceneLoaderNotifyPointerClick.cs

13 lines
341 B
C#
Raw Normal View History

// using HarmonyLib;
//
// namespace CharacterPreview
// {
// [HarmonyPatch(typeof(SceneLoader), "NotifyPointerClick")]
// public class PatchSceneLoaderNotifyPointerClick
// {
// public static void Postfix(SceneLoader __instance)
// {
// ModBehaviour.CreateCharacterModel();
// }
// }
// }