#pragma strict
function Start () {
}
function Update () {
if(Input.GetButtonDown(“Fire1”)) {
transform.Rotate(2711146,64.20119,-173.5131);
}
}
#pragma strict
function Start () {
}
function Update () {
if(Input.GetButtonDown(“Fire1”)) {
transform.Rotate(2711146,64.20119,-173.5131);
}
}