-fillInputData created as local function in register process
-call onAdd (WIP)
This commit is contained in:
parent
6bbc8b5152
commit
3aad89fc56
2 changed files with 79 additions and 54 deletions
|
|
@ -110,7 +110,7 @@ struct TestSystem
|
|||
|
||||
void onAdd(EntitiesData data)
|
||||
{
|
||||
writeln("Entity added ID: ",data.entites[0].id);
|
||||
//writeln("Entity added ID: ");//,data.entites[0].id);
|
||||
}
|
||||
|
||||
/*void onAdd()
|
||||
|
|
@ -120,7 +120,7 @@ struct TestSystem
|
|||
|
||||
void onRemove(EntitiesData data)
|
||||
{
|
||||
writeln("Entity destroyed ID: ",data.entites[0].id);
|
||||
//writeln("Entity destroyed ID: ",data.entites[0].id);
|
||||
}
|
||||
|
||||
bool onBegin()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue