mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-26 18:09:07 -07:00
Add mostly deobfuscated package, class and function name source
This commit is contained in:
32
src/alternativa/engine3d/animation/AnimationNotify.as
Normal file
32
src/alternativa/engine3d/animation/AnimationNotify.as
Normal file
@@ -0,0 +1,32 @@
|
||||
package alternativa.engine3d.animation
|
||||
{
|
||||
import alternativa.engine3d.alternativa3d;
|
||||
import flash.events.EventDispatcher;
|
||||
|
||||
use namespace alternativa3d;
|
||||
|
||||
public class AnimationNotify extends EventDispatcher
|
||||
{
|
||||
public var name:String;
|
||||
|
||||
alternativa3d var §_-qC§:Number = 0;
|
||||
|
||||
alternativa3d var next:AnimationNotify;
|
||||
|
||||
alternativa3d var §_-1n§:Number;
|
||||
|
||||
alternativa3d var §_-XY§:AnimationNotify;
|
||||
|
||||
public function AnimationNotify(name:String)
|
||||
{
|
||||
super();
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public function get time() : Number
|
||||
{
|
||||
return this.alternativa3d::_-qC;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user