project: Fix merge

This commit is contained in:
Owain van Brakel
2022-04-29 08:28:20 +02:00
parent 53a4025245
commit 936f83793d
2 changed files with 2 additions and 7 deletions

View File

@@ -77,12 +77,12 @@ public interface ObjectComposition extends ParamHolder
ObjectComposition getImpostor();
/**
<<<<<<< HEAD
* Get the bitmask that contains information on which directions you can interact
* with this object from.
*/
int getAccessBitMask();
=======
/**
* Gets the {@link Varbits} used to switch this multiloc, or {@code -1} if this is not switched by a Varbit
*
* @see #getImpostor()
@@ -98,5 +98,4 @@ public interface ObjectComposition extends ParamHolder
* @see #getImpostorIds()
*/
int getVarPlayerId();
>>>>>>> runelite/master
}