-removed next two mixins:

*catchFunc
*catchEntityFunc
This commit is contained in:
Mergul 2019-04-06 16:28:59 +00:00
parent f39d5ab403
commit eaf2d1581c
2 changed files with 48 additions and 50 deletions

View file

@ -124,6 +124,11 @@ struct ChangeTestSystem
writeln("On Change Test System create.");
}
void onCreate(int i)
{
writeln("On Change Test System create.");
}
void onDestroy()
{
writeln("On Change Test System destroy.");
@ -329,7 +334,7 @@ struct Sys3
void onUpdate(EntitiesData data)
{
}
}