Nikatlas 6 tahun lalu
induk
melakukan
b5bb0667ab
1 mengubah file dengan 0 tambahan dan 4 penghapusan
  1. 0 4
      src/Game/views/demo/CardCollectionDemo.js

+ 0 - 4
src/Game/views/demo/CardCollectionDemo.js

@@ -10,10 +10,6 @@ class CardCollectionDemo extends PIXI.Container{
 	constructor(props){
 		super();
 
-		let {
-			GameLayer
-		} = props;
-
 
 		let cardCollection = new CardCollection({});
 		cardCollection.parentLayer = Injector.getByName("MainLayer");