Skip to content

Instantly share code, notes, and snippets.

@mmuszynski
Created December 17, 2020 15:25
Show Gist options
  • Save mmuszynski/ce4e9dcf9581889298d54ab7e8cec1be to your computer and use it in GitHub Desktop.
Save mmuszynski/ce4e9dcf9581889298d54ab7e8cec1be to your computer and use it in GitHub Desktop.
VesselDeltaV dv = VesselDeltaV.Create(currentShip);
DeltaVStageInfo stageDV = dv.GetStage(currentShip.currentStage);
Debug.Log(stageDV);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment