Skip to content

Commit

Permalink
Fix util package
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Oct 13, 2024
1 parent 2439b3b commit 343e635
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package godot.tools.common.constants

const val godotApiPackage = "godot"
const val godotCorePackage = "godot.core"
const val godotInteropPackage = "godot.common.interop"
const val godotMemoryPackage = "godot.core.memory"
const val godotCoroutinePackage = "godot.coroutines"
const val godotAnnotationPackage = "godot.annotation"
const val godotUtilPackage = "godot.util"
const val godotInteropPackage = "godot.common.interop"
const val godotUtilPackage = "godot.common.util"

const val godotRegistrationPackage = "godot.registration"
const val godotEntryBasePackage = "godot.entry"
Expand Down

0 comments on commit 343e635

Please sign in to comment.