mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-26 18:09:07 -07:00
package_13 alternativa.tanks.config
This commit is contained in:
20
src/alternativa/tanks/config/SringUtils.as
Normal file
20
src/alternativa/tanks/config/SringUtils.as
Normal file
@@ -0,0 +1,20 @@
|
||||
package alternativa.tanks.config
|
||||
{
|
||||
public class StringUtils
|
||||
{
|
||||
public function StringUtils()
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
public static function name_460(param1:String) : String
|
||||
{
|
||||
if(Boolean(param1) && param1.charAt(param1.length - 1) != "/")
|
||||
{
|
||||
return param1 + "/";
|
||||
}
|
||||
return param1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user