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:
25
src/package_126/name_723.as
Normal file
25
src/package_126/name_723.as
Normal file
@@ -0,0 +1,25 @@
|
||||
package package_126
|
||||
{
|
||||
public class name_723
|
||||
{
|
||||
public static const NONE:name_723 = new name_723("NONE");
|
||||
|
||||
public static const RED:name_723 = new name_723("RED");
|
||||
|
||||
public static const BLUE:name_723 = new name_723("BLUE");
|
||||
|
||||
private var value:String;
|
||||
|
||||
public function name_723(value:String)
|
||||
{
|
||||
super();
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public function toString() : String
|
||||
{
|
||||
return this.value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user