Example #1
0
 public void SetRenderUnit(GraphicsManager system)
 {
     Graphics = system;
 }
Example #2
0
 public EntityFactory()
 {
     Graphics = null;
     Logic    = null;
 }