All pastes #2089748 Raw Edit

Someone

public javascript v1 · immutable
#2089748 ·published 2011-10-13 14:39 UTC
rendered paste body
function Update () {    if (Input.GetButtonDown("Fire1")) {        transform.Rotate(Vector3.right * Time.deltaTime);    }}