mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 10:29:09 -07:00
Add mostly deobfuscated package, class and function name source
This commit is contained in:
14
src/tankshudDemo/TanksHudDemo_fullScreenState1Class.as
Normal file
14
src/tankshudDemo/TanksHudDemo_fullScreenState1Class.as
Normal file
@@ -0,0 +1,14 @@
|
||||
package tankshudDemo
|
||||
{
|
||||
import mx.core.BitmapAsset;
|
||||
|
||||
[ExcludeClass]
|
||||
public class TanksHudDemo_fullScreenState1Class extends BitmapAsset
|
||||
{
|
||||
public function TanksHudDemo_fullScreenState1Class()
|
||||
{
|
||||
super();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user