mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 09:54:28 -05:00
started modifying wind
This commit is contained in:
@@ -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){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
////
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user