mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 10:29:09 -07:00
Use rename identifiers
This commit is contained in:
@@ -4,48 +4,48 @@ package versions.version2.a3d.geometry
|
||||
|
||||
public class A3D2IndexBuffer
|
||||
{
|
||||
private var §_-79§:ByteArray;
|
||||
private var var_271:ByteArray;
|
||||
|
||||
private var §_-3I§:int;
|
||||
private var var_101:int;
|
||||
|
||||
private var §_-m0§:int;
|
||||
private var var_379:int;
|
||||
|
||||
public function A3D2IndexBuffer(byteBuffer:ByteArray, id:int, indexCount:int)
|
||||
{
|
||||
super();
|
||||
this.§_-79§ = byteBuffer;
|
||||
this.§_-3I§ = id;
|
||||
this.§_-m0§ = indexCount;
|
||||
this.var_271 = byteBuffer;
|
||||
this.var_101 = id;
|
||||
this.var_379 = indexCount;
|
||||
}
|
||||
|
||||
public function get byteBuffer() : ByteArray
|
||||
{
|
||||
return this.§_-79§;
|
||||
return this.var_271;
|
||||
}
|
||||
|
||||
public function set byteBuffer(value:ByteArray) : void
|
||||
{
|
||||
this.§_-79§ = value;
|
||||
this.var_271 = value;
|
||||
}
|
||||
|
||||
public function get id() : int
|
||||
{
|
||||
return this.§_-3I§;
|
||||
return this.var_101;
|
||||
}
|
||||
|
||||
public function set id(value:int) : void
|
||||
{
|
||||
this.§_-3I§ = value;
|
||||
this.var_101 = value;
|
||||
}
|
||||
|
||||
public function get indexCount() : int
|
||||
{
|
||||
return this.§_-m0§;
|
||||
return this.var_379;
|
||||
}
|
||||
|
||||
public function set indexCount(value:int) : void
|
||||
{
|
||||
this.§_-m0§ = value;
|
||||
this.var_379 = value;
|
||||
}
|
||||
|
||||
public function toString() : String
|
||||
|
||||
Reference in New Issue
Block a user