Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class FourCylinderEngine : Engine
  2. {
  3. public void Start()
  4. {
  5. StartRotatingPistonsOneAndThreeAtPhase(0.Degrees);
  6. StartRotatingPistonsTwoAndFourAtPhase(90.Degrees);
  7. }
  8. }
Add Comment
Please, Sign In to add comment