Added current project files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package html;
|
||||
|
||||
class BaseRenderable{
|
||||
public var bIsContainer:Bool = true;
|
||||
public function render(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user