Skip to content

Commit

Permalink
how did I get this wrong???
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingPig525 authored Sep 13, 2024
1 parent 1ac811d commit 4db31ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import io.github.flyingpig525.base.JsonData
import io.github.flyingpig525.base.item.Item

class CallProcessBlock<T>(processName: String) : Block<T>(
"call_process",
"start_process",
mutableListOf(),
"",
"data: \"$processName\""
) where T : Item, T : JsonData
) where T : Item, T : JsonData

0 comments on commit 4db31ab

Please sign in to comment.