miduo_client/Assets/Editor/Beebyte/Obfuscator/Postbuild.cs

11 lines
217 B
C#

namespace Beebyte.Obfuscator
{
/**
* Empty class to ensure old versions of this class are wiped out on upgrades.
*
* @See PipelineHook.cs for the build pipeline entry points
*/
public class Postbuild
{
}
}