mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added type initializer blocks
This commit is contained in:
parent
9a857cceb3
commit
879b15ecd8
6 changed files with 154 additions and 71 deletions
|
@ -635,13 +635,14 @@ public:
|
|||
enum BfMethodType : uint8
|
||||
{
|
||||
BfMethodType_Ignore,
|
||||
BfMethodType_Normal,
|
||||
BfMethodType_Normal,
|
||||
BfMethodType_PropertyGetter,
|
||||
BfMethodType_PropertySetter,
|
||||
BfMethodType_CtorCalcAppend,
|
||||
BfMethodType_Ctor,
|
||||
BfMethodType_CtorNoBody,
|
||||
BfMethodType_CtorClear,
|
||||
BfMethodType_Init,
|
||||
BfMethodType_Dtor,
|
||||
BfMethodType_Operator,
|
||||
BfMethodType_Mixin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue