mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added ability to reference static methods before type data population
This commit is contained in:
parent
a179dd7e5c
commit
086b5f2e7d
3 changed files with 111 additions and 75 deletions
|
@ -41,9 +41,11 @@ enum BfPopulateType
|
|||
BfPopulateType_Declaration,
|
||||
BfPopulateType_BaseType,
|
||||
BfPopulateType_Interfaces,
|
||||
BfPopulateType_AllowStaticMethods,
|
||||
BfPopulateType_Data,
|
||||
BfPopulateType_DataAndMethods,
|
||||
BfPopulateType_Full = BfPopulateType_DataAndMethods,
|
||||
|
||||
BfPopulateType_Full_Force
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue