added api to create and write to byte buffers

This commit is contained in:
Noodleeater
2021-01-30 23:15:37 +00:00
parent 79b01e36fb
commit 8acd6ff097
4 changed files with 84 additions and 1 deletions

View File

@@ -1395,4 +1395,7 @@ public interface RSClient extends RSGameEngine, Client
@Override
@Import("SpotAnimationDefinition_modelArchive")
AbstractArchive getSpotAnimationDefinition_modelArchive();
@Construct
RSBuffer createBuffer(byte[] bytes);
}