mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 10:29:09 -07:00
28 lines
485 B
ActionScript
28 lines
485 B
ActionScript
package package_21
|
|
{
|
|
import flash.display3D.Context3D;
|
|
|
|
public class name_77
|
|
{
|
|
public function name_77()
|
|
{
|
|
super();
|
|
}
|
|
|
|
public function get isUploaded() : Boolean
|
|
{
|
|
return false;
|
|
}
|
|
|
|
public function upload(context3D:Context3D) : void
|
|
{
|
|
throw new Error("Cannot upload without data");
|
|
}
|
|
|
|
public function dispose() : void
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|