mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 22:04:29 +00:00
12 lines
176 B
Haxe
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?
|
||
|
}
|
||
|
}
|