mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 21:25:48 +00:00
15 lines
229 B
ActionScript
15 lines
229 B
ActionScript
package classes.mypackage2
|
|
{
|
|
|
|
public class TestClass implements TestInterface
|
|
{
|
|
public function testCall() : String
|
|
{
|
|
trace("pkg2hello");
|
|
return "pkg2hello";
|
|
}
|
|
|
|
public function testMethod2() : void {
|
|
}
|
|
}
|
|
} |