Check mappings works now, add array load/store instruction types. Beginning of mapping importer.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package net.runelite.deob.attributes.code.instruction.types;
|
||||
|
||||
public interface ArrayLoad
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package net.runelite.deob.attributes.code.instruction.types;
|
||||
|
||||
public interface ArrayStore
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user