chore: separated unit actions into several files

This commit is contained in:
Yair Morgenstern
2023-01-23 00:42:45 +02:00
parent 35399eb74c
commit 783a469da5
19 changed files with 487 additions and 427 deletions

View File

@ -7,7 +7,7 @@ import com.unciv.logic.map.tile.RoadStatus
import com.unciv.models.ruleset.BeliefType
import com.unciv.models.stats.Stats
import com.unciv.testing.GdxTestRunner
import com.unciv.ui.worldscreen.unit.UnitActions
import com.unciv.ui.worldscreen.unit.actions.UnitActions
import org.junit.Assert
import org.junit.Before
import org.junit.Test

View File

@ -2,7 +2,7 @@ package com.unciv.uniques
import com.badlogic.gdx.math.Vector2
import com.unciv.testing.GdxTestRunner
import com.unciv.ui.worldscreen.unit.UnitActions
import com.unciv.ui.worldscreen.unit.actions.UnitActions
import org.junit.Assert.assertNotNull
import org.junit.Before
import org.junit.Test