From 0de995d9b6bfd2018ede156103b18885c86ee2af Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 3 Aug 2024 15:31:20 +0200 Subject: [PATCH] Added Bofa class --- src/Bofa.bf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Bofa.bf 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