EvilEngine/DYNA/ui:controller: Difference between revisions

no edit summary
No edit summary
 
Line 9:
{{AutoDynaInfobox}}
 
==Format==
ui:controller doesn't seem to have anything. It's basically just {{SlashTrick|DYNA/zUIAsset}}.
Inherits from [[EvilEngine/DYNA/zUIAsset|DYNA/zUIAsset]]
 
<source lang=cpp>
class zUIControllerAsset : public zUIAsset
{
};
</source>
 
{{DynaAssets}}