File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/kotlin/xyz/bluspring/unitytranslate/client/gui Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11package xyz.bluspring.unitytranslate.client.gui
22
33// ? if < 1.21.4 {
4+ import net.minecraft.util.FastColor.ARGB32 as ARGB
45// ?} else {
56/* import net.minecraft.util.ARGB
67*/ // ?}
@@ -16,7 +17,6 @@ import xyz.bluspring.unitytranslate.UnityTranslate
1617import xyz.bluspring.unitytranslate.client.UnityTranslateClient
1718import xyz.bluspring.unitytranslate.network.UTClientNetworking
1819import java.util.*
19- import net.minecraft.util.FastColor.ARGB32 as ARGB
2020
2121class EditTranscriptBoxesScreen (val boxes : MutableList <TranscriptBox >, val parent : Screen ? = null ) : Screen(Component .empty()) {
2222 val CLOSE_BUTTON = UnityTranslate .id(" textures/gui/close.png" )
You can’t perform that action at this time.
0 commit comments