ArenMook

Fluffy the Sloop from Hell

Dec 12th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Vector3 pos;
  2. float angle;
  3.  
  4. if (GameShip.GetRandomSpawnPosition(out pos, out angle))
  5. {
  6. GameShip.Create("Fluffy", "Sloop", 0, pos, angle, 750, 100f, 100f, 0);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment