mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 11:57:27 +00:00
11 lines
162 B
ActionScript
11 lines
162 B
ActionScript
package mypkg
|
|
{
|
|
public class MyClass2
|
|
{
|
|
public function test(): void
|
|
{
|
|
}
|
|
}
|
|
|
|
}
|