Use rename identifiers

This commit is contained in:
Pyogenics
2025-05-09 18:28:28 +01:00
parent 00c1611d1b
commit c9a017270b
340 changed files with 15000 additions and 15000 deletions

View File

@@ -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