mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 20:54:33 +00:00
11 lines
111 B
ActionScript
11 lines
111 B
ActionScript
package {
|
|
|
|
public class Run {
|
|
|
|
public static function run():*
|
|
{
|
|
return "Test";
|
|
}
|
|
}
|
|
}
|