示例#1
0
 protected SpriteBatchSystem(IEcsRxSpriteBatch ecsRxSpriteBatch)
 {
     EcsRxSpriteBatch = ecsRxSpriteBatch;
 }
 public ShipDrawingSystem(IEcsRxSpriteBatch ecsRxSpriteBatch) : base(ecsRxSpriteBatch)
 {
 }