Deobfuscate more packages

This commit is contained in:
Pyogenics
2025-05-10 14:35:57 +01:00
parent c9a017270b
commit 84fe7c0bf0
358 changed files with 17206 additions and 15931 deletions

View File

@@ -4,22 +4,22 @@ package versions.version2.a3d.objects
public class A3D2Transform
{
private var var_412:A3DMatrix;
private var §_-6p§:A3DMatrix;
public function A3D2Transform(matrix:A3DMatrix)
{
super();
this.var_412 = matrix;
this.§_-6p§ = matrix;
}
public function get matrix() : A3DMatrix
{
return this.var_412;
return this.§_-6p§;
}
public function set matrix(value:A3DMatrix) : void
{
this.var_412 = value;
this.§_-6p§ = value;
}
public function toString() : String