Rewrite #2

Merged
Booklordofthedings merged 22 commits from rewrite into dev 2024-08-26 13:32:44 +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;
}