-removed next two mixins:
*catchFunc *catchEntityFunc
This commit is contained in:
parent
f39d5ab403
commit
eaf2d1581c
2 changed files with 48 additions and 50 deletions
|
|
@ -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)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue