You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ycrpg/js/plugins/SF_TestPlugins.js

15 lines
400 B
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

//=============================================================================
/*:
* @plugindesc Test Plugins在测试前要禁掉。
* @author SaltedFish
*
* @param test1
* @type actor
*/
var Imported = Imported || {};
Imported.SF_TestPlugins = true;
var SF_Plugins = SF_Plugins || {};
SF_Plugins.SF_TestPlugins = SF_Plugins.SF_TestPlugins || {};
SF_Plugins.SF_TestPlugins.version = 1.0;