예제 #1
0
파일: Scene.cs 프로젝트: Zexyp/CrossEngine
 private void Entity_OnComponentAdded(Entity sender, Component component)
 {
     Registry.AddComponent(component);
 }