mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 02:19:07 -07:00
17 lines
353 B
ActionScript
17 lines
353 B
ActionScript
package package_32
|
|
{
|
|
public class name_209 extends name_148
|
|
{
|
|
public function name_209(type:Class, optional:Boolean)
|
|
{
|
|
super(type,optional);
|
|
}
|
|
|
|
override public function toString() : String
|
|
{
|
|
return "[EnumCodec " + super.toString() + " type=" + type.toString();
|
|
}
|
|
}
|
|
}
|
|
|