Initialize RoboCommand object only when a transfer starts.
Currently there are no references to the object before a transfer has started, so it is safe to only initialize it in the StartTransfer() method.
Please register or sign in to comment
Currently there are no references to the object before a transfer has started, so it is safe to only initialize it in the StartTransfer() method.