Esempio n. 1
0
 private void Entity_OnComponentAdded(Entity sender, Component component)
 {
     Registry.AddComponent(component);
 }