mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 18:39:10 -07:00
Deobfuscate more packages
This commit is contained in:
@@ -4,35 +4,35 @@ package versions.version1.a3d.materials
|
||||
|
||||
public class A3DImage
|
||||
{
|
||||
private var var_101:Id;
|
||||
private var §_-3I§:Id;
|
||||
|
||||
private var var_274:String;
|
||||
private var §_-6D§:String;
|
||||
|
||||
public function A3DImage(id:Id, url:String)
|
||||
{
|
||||
super();
|
||||
this.var_101 = id;
|
||||
this.var_274 = url;
|
||||
this.§_-3I§ = id;
|
||||
this.§_-6D§ = url;
|
||||
}
|
||||
|
||||
public function get id() : Id
|
||||
{
|
||||
return this.var_101;
|
||||
return this.§_-3I§;
|
||||
}
|
||||
|
||||
public function set id(value:Id) : void
|
||||
{
|
||||
this.var_101 = value;
|
||||
this.§_-3I§ = value;
|
||||
}
|
||||
|
||||
public function get url() : String
|
||||
{
|
||||
return this.var_274;
|
||||
return this.§_-6D§;
|
||||
}
|
||||
|
||||
public function set url(value:String) : void
|
||||
{
|
||||
this.var_274 = value;
|
||||
this.§_-6D§ = value;
|
||||
}
|
||||
|
||||
public function toString() : String
|
||||
|
||||
@@ -4,100 +4,100 @@ package versions.version1.a3d.materials
|
||||
|
||||
public class A3DMap
|
||||
{
|
||||
private var var_337:uint;
|
||||
private var §_-9y§:uint;
|
||||
|
||||
private var var_101:Id;
|
||||
private var §_-3I§:Id;
|
||||
|
||||
private var var_338:Id;
|
||||
private var §_-JE§:Id;
|
||||
|
||||
private var var_413:Number;
|
||||
private var §_-0U§:Number;
|
||||
|
||||
private var var_414:Number;
|
||||
private var §_-5k§:Number;
|
||||
|
||||
private var var_415:Number;
|
||||
private var §_-JZ§:Number;
|
||||
|
||||
private var var_416:Number;
|
||||
private var §_-XP§:Number;
|
||||
|
||||
public function A3DMap(channel:uint, id:Id, imageId:Id, uOffset:Number, uScale:Number, vOffset:Number, vScale:Number)
|
||||
{
|
||||
super();
|
||||
this.var_337 = channel;
|
||||
this.var_101 = id;
|
||||
this.var_338 = imageId;
|
||||
this.var_413 = uOffset;
|
||||
this.var_414 = uScale;
|
||||
this.var_415 = vOffset;
|
||||
this.var_416 = vScale;
|
||||
this.§_-9y§ = channel;
|
||||
this.§_-3I§ = id;
|
||||
this.§_-JE§ = imageId;
|
||||
this.§_-0U§ = uOffset;
|
||||
this.§_-5k§ = uScale;
|
||||
this.§_-JZ§ = vOffset;
|
||||
this.§_-XP§ = vScale;
|
||||
}
|
||||
|
||||
public function get channel() : uint
|
||||
{
|
||||
return this.var_337;
|
||||
return this.§_-9y§;
|
||||
}
|
||||
|
||||
public function set channel(value:uint) : void
|
||||
{
|
||||
this.var_337 = value;
|
||||
this.§_-9y§ = value;
|
||||
}
|
||||
|
||||
public function get id() : Id
|
||||
{
|
||||
return this.var_101;
|
||||
return this.§_-3I§;
|
||||
}
|
||||
|
||||
public function set id(value:Id) : void
|
||||
{
|
||||
this.var_101 = value;
|
||||
this.§_-3I§ = value;
|
||||
}
|
||||
|
||||
public function get imageId() : Id
|
||||
{
|
||||
return this.var_338;
|
||||
return this.§_-JE§;
|
||||
}
|
||||
|
||||
public function set imageId(value:Id) : void
|
||||
{
|
||||
this.var_338 = value;
|
||||
this.§_-JE§ = value;
|
||||
}
|
||||
|
||||
public function get uOffset() : Number
|
||||
{
|
||||
return this.var_413;
|
||||
return this.§_-0U§;
|
||||
}
|
||||
|
||||
public function set uOffset(value:Number) : void
|
||||
{
|
||||
this.var_413 = value;
|
||||
this.§_-0U§ = value;
|
||||
}
|
||||
|
||||
public function get uScale() : Number
|
||||
{
|
||||
return this.var_414;
|
||||
return this.§_-5k§;
|
||||
}
|
||||
|
||||
public function set uScale(value:Number) : void
|
||||
{
|
||||
this.var_414 = value;
|
||||
this.§_-5k§ = value;
|
||||
}
|
||||
|
||||
public function get vOffset() : Number
|
||||
{
|
||||
return this.var_415;
|
||||
return this.§_-JZ§;
|
||||
}
|
||||
|
||||
public function set vOffset(value:Number) : void
|
||||
{
|
||||
this.var_415 = value;
|
||||
this.§_-JZ§ = value;
|
||||
}
|
||||
|
||||
public function get vScale() : Number
|
||||
{
|
||||
return this.var_416;
|
||||
return this.§_-XP§;
|
||||
}
|
||||
|
||||
public function set vScale(value:Number) : void
|
||||
{
|
||||
this.var_416 = value;
|
||||
this.§_-XP§ = value;
|
||||
}
|
||||
|
||||
public function toString() : String
|
||||
|
||||
@@ -4,100 +4,100 @@ package versions.version1.a3d.materials
|
||||
|
||||
public class A3DMaterial
|
||||
{
|
||||
private var var_339:Id;
|
||||
private var §_-9s§:Id;
|
||||
|
||||
private var var_343:Id;
|
||||
private var §_-bl§:Id;
|
||||
|
||||
private var var_101:Id;
|
||||
private var §_-3I§:Id;
|
||||
|
||||
private var var_345:Id;
|
||||
private var §_-qf§:Id;
|
||||
|
||||
private var var_342:Id;
|
||||
private var §_-QR§:Id;
|
||||
|
||||
private var var_340:Id;
|
||||
private var §_-Jn§:Id;
|
||||
|
||||
private var var_341:Id;
|
||||
private var §_-LA§:Id;
|
||||
|
||||
public function A3DMaterial(diffuseMapId:Id, glossinessMapId:Id, id:Id, lightMapId:Id, normalMapId:Id, opacityMapId:Id, specularMapId:Id)
|
||||
{
|
||||
super();
|
||||
this.var_339 = diffuseMapId;
|
||||
this.var_343 = glossinessMapId;
|
||||
this.var_101 = id;
|
||||
this.var_345 = lightMapId;
|
||||
this.var_342 = normalMapId;
|
||||
this.var_340 = opacityMapId;
|
||||
this.var_341 = specularMapId;
|
||||
this.§_-9s§ = diffuseMapId;
|
||||
this.§_-bl§ = glossinessMapId;
|
||||
this.§_-3I§ = id;
|
||||
this.§_-qf§ = lightMapId;
|
||||
this.§_-QR§ = normalMapId;
|
||||
this.§_-Jn§ = opacityMapId;
|
||||
this.§_-LA§ = specularMapId;
|
||||
}
|
||||
|
||||
public function get diffuseMapId() : Id
|
||||
{
|
||||
return this.var_339;
|
||||
return this.§_-9s§;
|
||||
}
|
||||
|
||||
public function set diffuseMapId(value:Id) : void
|
||||
{
|
||||
this.var_339 = value;
|
||||
this.§_-9s§ = value;
|
||||
}
|
||||
|
||||
public function get glossinessMapId() : Id
|
||||
{
|
||||
return this.var_343;
|
||||
return this.§_-bl§;
|
||||
}
|
||||
|
||||
public function set glossinessMapId(value:Id) : void
|
||||
{
|
||||
this.var_343 = value;
|
||||
this.§_-bl§ = value;
|
||||
}
|
||||
|
||||
public function get id() : Id
|
||||
{
|
||||
return this.var_101;
|
||||
return this.§_-3I§;
|
||||
}
|
||||
|
||||
public function set id(value:Id) : void
|
||||
{
|
||||
this.var_101 = value;
|
||||
this.§_-3I§ = value;
|
||||
}
|
||||
|
||||
public function get lightMapId() : Id
|
||||
{
|
||||
return this.var_345;
|
||||
return this.§_-qf§;
|
||||
}
|
||||
|
||||
public function set lightMapId(value:Id) : void
|
||||
{
|
||||
this.var_345 = value;
|
||||
this.§_-qf§ = value;
|
||||
}
|
||||
|
||||
public function get normalMapId() : Id
|
||||
{
|
||||
return this.var_342;
|
||||
return this.§_-QR§;
|
||||
}
|
||||
|
||||
public function set normalMapId(value:Id) : void
|
||||
{
|
||||
this.var_342 = value;
|
||||
this.§_-QR§ = value;
|
||||
}
|
||||
|
||||
public function get opacityMapId() : Id
|
||||
{
|
||||
return this.var_340;
|
||||
return this.§_-Jn§;
|
||||
}
|
||||
|
||||
public function set opacityMapId(value:Id) : void
|
||||
{
|
||||
this.var_340 = value;
|
||||
this.§_-Jn§ = value;
|
||||
}
|
||||
|
||||
public function get specularMapId() : Id
|
||||
{
|
||||
return this.var_341;
|
||||
return this.§_-LA§;
|
||||
}
|
||||
|
||||
public function set specularMapId(value:Id) : void
|
||||
{
|
||||
this.var_341 = value;
|
||||
this.§_-LA§ = value;
|
||||
}
|
||||
|
||||
public function toString() : String
|
||||
|
||||
Reference in New Issue
Block a user