mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 15:45:30 +00:00
12 lines
156 B
ActionScript
12 lines
156 B
ActionScript
package classes.mypackage3
|
|
{
|
|
|
|
public class TestClass
|
|
{
|
|
public function testCall() : String
|
|
{
|
|
trace("pkg3hello");
|
|
return "pkg3hello";
|
|
}
|
|
}
|
|
} |