mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed base type with 'static using' typeref lookup
This commit is contained in:
parent
b316b1412c
commit
5618718e8d
2 changed files with 98 additions and 92 deletions
|
@ -430,6 +430,7 @@ class BfTypeDIReplaceCallback;
|
|||
enum BfTypeDefineState : uint8
|
||||
{
|
||||
BfTypeDefineState_Undefined,
|
||||
BfTypeDefineState_Declaring,
|
||||
BfTypeDefineState_Declared,
|
||||
BfTypeDefineState_ResolvingBaseType,
|
||||
BfTypeDefineState_HasInterfaces,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue