Esempio n. 1
0
            internal static void MaterialEditorCharaController_CorrectTongue_Prefix(CharaCustomFunctionController __instance)
            {
                ChaControl chaCtrl = __instance.ChaControl;
                MaterialRouterController pluginCtrl = GetController(chaCtrl);

                if (pluginCtrl == null)
                {
                    return;
                }
                DebugMsg(LogLevel.Warning, $"MaterialEditorCharaController_CorrectTongue_Prefix [{pluginCtrl.CurrentCoordinateIndex}]");
                pluginCtrl.CorrectTongue_Prefix();
            }