mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 18:39:10 -07:00
Use rename identifiers
This commit is contained in:
@@ -8,32 +8,32 @@ package alternativa.physics
|
||||
|
||||
public var body2:Body;
|
||||
|
||||
public var §_-Pe§:Number;
|
||||
public var name_501:Number;
|
||||
|
||||
public var §_-J1§:Number;
|
||||
public var name_422:Number;
|
||||
|
||||
public var normal:Vector3 = new Vector3();
|
||||
|
||||
public var points:Vector.<ContactPoint>;
|
||||
|
||||
public var §_-P3§:int;
|
||||
public var name_506:int;
|
||||
|
||||
public var §_-HA§:Number = 0;
|
||||
public var var_663:Number = 0;
|
||||
|
||||
public var §_-CV§:Boolean;
|
||||
public var name_507:Boolean;
|
||||
|
||||
public var next:Contact;
|
||||
|
||||
public var index:int;
|
||||
|
||||
private const §_-29§:int = 8;
|
||||
private const const_3:int = 8;
|
||||
|
||||
public function Contact(index:int)
|
||||
{
|
||||
this.points = new Vector.<ContactPoint>(this.§_-29§,true);
|
||||
this.points = new Vector.<ContactPoint>(this.const_3,true);
|
||||
super();
|
||||
this.index = index;
|
||||
for(var i:int = 0; i < this.§_-29§; i++)
|
||||
for(var i:int = 0; i < this.const_3; i++)
|
||||
{
|
||||
this.points[i] = new ContactPoint();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user