Funkin/source/Postbuild.hx

12 lines
176 B
Haxe

package source; // Yeah, I know...
class Postbuild
{
static function main()
{
trace('Postbuild');
// TODO: Maybe put a 'Build took X seconds' message here?
}
}