crypod added
This commit is contained in:
@ -43,6 +43,7 @@ public class PlayerInputDriver : NetworkBehaviour
|
||||
GameObject obj = Instantiate(spawnable);
|
||||
ServerManager.Spawn(obj);
|
||||
|
||||
|
||||
}
|
||||
_moveDirection.y += gravity * Time.deltaTime;
|
||||
_characterController.Move(_moveDirection * Time.deltaTime);
|
||||
|
Reference in New Issue
Block a user