mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Default ctor fix with emitted ctors
This commit is contained in:
parent
049118bb32
commit
82c1125a68
4 changed files with 50 additions and 2 deletions
|
@ -52,7 +52,8 @@ class BfPassInstance;
|
|||
|
||||
enum BfProtection : uint8
|
||||
{
|
||||
BfProtection_Hidden,
|
||||
BfProtection_Disable,
|
||||
BfProtection_Hidden,
|
||||
BfProtection_Private,
|
||||
BfProtection_Internal,
|
||||
BfProtection_Protected,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue