mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-26 09:59:07 -07:00
Initial commit
This commit is contained in:
30
src/package_92/name_599.as
Normal file
30
src/package_92/name_599.as
Normal file
@@ -0,0 +1,30 @@
|
||||
package package_92
|
||||
{
|
||||
import package_46.name_194;
|
||||
import package_46.name_566;
|
||||
|
||||
public class name_599
|
||||
{
|
||||
public var position:name_194 = new name_194();
|
||||
|
||||
public var orientation:name_566 = new name_566();
|
||||
|
||||
public var velocity:name_194 = new name_194();
|
||||
|
||||
public var rotation:name_194 = new name_194();
|
||||
|
||||
public function name_599()
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
public function copy(state:name_599) : void
|
||||
{
|
||||
this.position.copy(state.position);
|
||||
this.orientation.copy(state.orientation);
|
||||
this.velocity.copy(state.velocity);
|
||||
this.rotation.copy(state.rotation);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user