forked from openrs2/openrs2
parent
b6d96ac4e6
commit
afb52c2e93
@ -1,7 +0,0 @@ |
||||
package dev.openrs2.deob.ast.transform; |
||||
|
||||
import com.github.javaparser.ast.CompilationUnit; |
||||
|
||||
public abstract class Transformer { |
||||
public abstract void transform(CompilationUnit unit); |
||||
} |
@ -0,0 +1,7 @@ |
||||
package dev.openrs2.deob.ast.transform |
||||
|
||||
import com.github.javaparser.ast.CompilationUnit |
||||
|
||||
abstract class Transformer { |
||||
abstract fun transform(unit: CompilationUnit) |
||||
} |
Loading…
Reference in new issue