public int F;
public float Speed;
private void FixedUpdate()
{
transform.RotateAround(transform.position, new Vector3(0, 0, F), Speed); ;
}
public int F;
public float Speed;
private void FixedUpdate()
{
transform.RotateAround(transform.position, new Vector3(0, 0, F), Speed); ;
}