mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-26 18:09:07 -07:00
29 lines
527 B
ActionScript
29 lines
527 B
ActionScript
package package_27
|
|
{
|
|
public class class_7
|
|
{
|
|
private var var_33:name_170;
|
|
|
|
public function class_7()
|
|
{
|
|
super();
|
|
}
|
|
|
|
public function run() : void
|
|
{
|
|
throw new Error("Not implemented");
|
|
}
|
|
|
|
internal function set method_101(value:name_170) : void
|
|
{
|
|
this.var_33 = value;
|
|
}
|
|
|
|
final protected function method_102() : void
|
|
{
|
|
this.var_33.taskComplete(this);
|
|
}
|
|
}
|
|
}
|
|
|