Skip to content

Commit

Permalink
Renamed BoatControlPlayer to BoatControlPlayerLegacy
Browse files Browse the repository at this point in the history
The new input system warrants its own component when we support it.
  • Loading branch information
daleeidd committed May 3, 2020
1 parent 463888e commit 97f7ed9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UnityEngine;
using Crest;

public sealed class BoatControlPlayer : BoatControl
public sealed class BoatControlPlayerLegacy : BoatControl
{
[Tooltip("The input axis name for steering."), SerializeField]
string _steerInputAxisName = "Horizontal";
Expand Down

0 comments on commit 97f7ed9

Please sign in to comment.