initial commit

This commit is contained in:
2020-01-15 19:18:38 +01:00
commit 593a971b19
49 changed files with 1060 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*
Author: Djeeberjr
Description:
Initialize stuff AFTER object initialization.
*/
DLib_isInit = true;
if(not isNil "DLib_post_calls") then{
{
(_x select 0) call (_x select 1);
}forEach DLib_post_calls;
};

View File

@@ -0,0 +1,8 @@
/*
Author: Djeeberjr
Description:
Initialize stuff BEFOR object initialization.
*/
DLib_isInit = false;