4 changed files with 25 additions and 3 deletions
@ -0,0 +1,17 @@ |
|||||||
|
using Godot; |
||||||
|
|
||||||
|
namespace EGFramework.UI{ |
||||||
|
public partial class EGodotTable : VBoxContainer,IEGFramework |
||||||
|
{ |
||||||
|
public override void _Ready() |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public override void _ExitTree() |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue