Ejemplo n.º 1
0
 /// <summary>
 /// it should assign component to IObjectPointer.ObjectDebug
 /// </summary>
 /// <param name="objectKey"></param>
 /// <param name="component"></param>
 public void OnCreateComponent(string objectKey, object component)
 {
     _ComponentDebugger.AddComponent(objectKey, component);
 }