Update to version 1.0.0 #3

Merged
Booklordofthedings merged 23 commits from dev into main 2024-08-26 13:33:38 +02:00
Showing only changes of commit 0de995d9b6 - Show all commits

11
src/Bofa.bf Normal file
View file

@ -0,0 +1,11 @@
namespace Bofa;
using System;
class Bofa
{
public StringView Name;
public EBofaType Type;
public StringView Typename;
public BofaValue Value;
}