소스 검색

Warning...

Nikatlas 6 년 전
부모
커밋
b5bb0667ab
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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");