Choose the right transfer method for assets

This commit is contained in:
Casper Warden
2023-11-17 10:32:39 +00:00
parent b481ad59bb
commit a31d0deb4e
4 changed files with 52 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
import { GameObject } from '../..';
import { GetObjectsOptions } from '../commands/RegionCommands';
export interface IResolveJob
{
object: GameObject,
skipInventory: boolean,
log: boolean
options: GetObjectsOptions,
}