mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 02:19:07 -07:00
Initial commit
This commit is contained in:
28
src/package_27/class_7.as
Normal file
28
src/package_27/class_7.as
Normal file
@@ -0,0 +1,28 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user