diff --git a/src/Bofa.bf b/src/Bofa.bf new file mode 100644 index 0000000..648b44e --- /dev/null +++ b/src/Bofa.bf @@ -0,0 +1,11 @@ +namespace Bofa; + +using System; + +class Bofa +{ + public StringView Name; + public EBofaType Type; + public StringView Typename; + public BofaValue Value; +} \ No newline at end of file