mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 21:06:15 +00:00
10 lines
203 B
Haxe
10 lines
203 B
Haxe
import flash.display.Sprite;
|
|
import flash.Lib;
|
|
import tests_classes.TestStaticVars;
|
|
|
|
class Main extends Sprite {
|
|
public static function main() {
|
|
var obj = new TestStaticVars(10, 20);
|
|
}
|
|
}
|