mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:20:45 +00:00
trunk contents moved to root
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
class Cox extends Box{
|
||||
public function Cox(passed_mc:MovieClip){
|
||||
super(passed_mc);
|
||||
}
|
||||
// Methods
|
||||
public function testPublic(){
|
||||
trace("pub");
|
||||
}
|
||||
private function testPrivate(){
|
||||
trace("priv");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user