Rewrite #2
1 changed files with 11 additions and 0 deletions
11
src/Bofa.bf
Normal file
11
src/Bofa.bf
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace Bofa;
|
||||
|
||||
using System;
|
||||
|
||||
class Bofa
|
||||
{
|
||||
public StringView Name;
|
||||
public EBofaType Type;
|
||||
public StringView Typename;
|
||||
public BofaValue Value;
|
||||
}
|
Loading…
Add table
Reference in a new issue