1
0
Fork 0
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:
Brian Fiete 2021-01-04 11:24:25 -08:00
parent a179dd7e5c
commit 086b5f2e7d
3 changed files with 111 additions and 75 deletions

View file

@ -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
};