Ejemplo n.º 1
0
 protected SpriteBatchSystem(IEcsRxSpriteBatch ecsRxSpriteBatch)
 {
     EcsRxSpriteBatch = ecsRxSpriteBatch;
 }
Ejemplo n.º 2
0
 public ShipDrawingSystem(IEcsRxSpriteBatch ecsRxSpriteBatch) : base(ecsRxSpriteBatch)
 {
 }