1
0
Fork 0
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:
Brian Fiete 2024-11-21 16:29:40 -05:00
parent 049118bb32
commit 82c1125a68
4 changed files with 50 additions and 2 deletions

View file

@ -52,7 +52,8 @@ class BfPassInstance;
enum BfProtection : uint8
{
BfProtection_Hidden,
BfProtection_Disable,
BfProtection_Hidden,
BfProtection_Private,
BfProtection_Internal,
BfProtection_Protected,