Added current project files

This commit is contained in:
2021-05-19 10:40:28 +02:00
parent bfabca1845
commit 85d5e342c1
13 changed files with 227 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package html;
class BaseRenderable{
public var bIsContainer:Bool = true;
public function render(){
}
}