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;