Skip to content

Commit

Permalink
refactor: code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Apr 11, 2024
1 parent 0d1df0e commit 7fa4648
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package mage.deck;

import mage.cards.decks.Constructed;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package mage.player.ai;

import mage.game.Game;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.abilities.enters;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.conditional;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.conditional;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.continuous;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.control;

import mage.abilities.keyword.HasteAbility;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.prevention;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.single.ths;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.triggers;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.triggers;

import mage.constants.PhaseStep;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mage.test.cards.triggers;

import mage.constants.PhaseStep;
Expand Down

0 comments on commit 7fa4648

Please sign in to comment.