Skip to content

Commit

Permalink
refactor: 移动软件包
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-shop committed May 10, 2023
1 parent 2f60617 commit 3eb8062
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.imshit.aircraftwar
package net.imshit.aircraftwar.logic

enum class Difficulty {
EASY, MEDIUM, HARD
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.imshit.aircraftwar.util.listener
package net.imshit.aircraftwar.logic

interface EnemyListener {
fun notify(e: GameEvents)
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/java/net/imshit/aircraftwar/logic/GameEvents.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package net.imshit.aircraftwar.logic

enum class GameEvents {
BOMB_ACTIVATE
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.imshit.aircraftwar.util
package net.imshit.aircraftwar.logic

import android.content.Context
import android.graphics.Bitmap
Expand Down

This file was deleted.

0 comments on commit 3eb8062

Please sign in to comment.