Guest User

Untitled

a guest
Nov 26th, 2019
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. namespace Skatebirb.Gameplay
  2. {
  3. public interface ISkateboardControl
  4. {
  5. float SteeringInput { get; }
  6. float TwistInput { get; }
  7. float PushingInput { get; }
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment