project: ?????????

This commit is contained in:
Owain van Brakel
2021-12-23 04:38:37 +01:00
parent 5aa031c8cc
commit 7403d9ca5c
2 changed files with 12 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ public abstract class RSItemCompositionMixin implements RSItemComposition
cachedModels2.resize(1024); cachedModels2.resize(1024);
} }
@Inject
RSItemCompositionMixin()
{
}
@Inject @Inject
@Override @Override
public boolean isStackable() public boolean isStackable()

View File

@@ -25,6 +25,12 @@ public abstract class RSObjectCompositionMixin implements RSObjectComposition
objectDefinitionModelsCache.resize(256); objectDefinitionModelsCache.resize(256);
} }
@Inject
RSObjectCompositionMixin()
{
}
@Inject @Inject
@Override @Override
public int getAccessBitMask() public int getAccessBitMask()