예제 #1
0
 protected SpriteBatchSystem(IEcsRxSpriteBatch ecsRxSpriteBatch)
 {
     EcsRxSpriteBatch = ecsRxSpriteBatch;
 }
예제 #2
0
 public ShipDrawingSystem(IEcsRxSpriteBatch ecsRxSpriteBatch) : base(ecsRxSpriteBatch)
 {
 }