started modifying wind

This commit is contained in:
Melbyj1125
2022-02-28 15:19:19 -06:00
parent 627638f33b
commit a47ee0c406

View File

@@ -298,6 +298,14 @@ public class MoveStateManager : NetworkBehaviour
moveZ = Vector3.zero;
driftVel = Vector3.zero;
}
//Apply Wind movement to the player
public void ApplyWind(bool wind){
if(wind){
}
}
////
}