CakeMeister

UFO coins phan 3

Jul 18th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. public class coins : MonoBehaviour {
  6.  
  7.    
  8.     // Update is called once per frame
  9.     void Update () {
  10.         transform.Rotate(new Vector3(0, 0, 45) * Time.deltaTime);
  11.     }
  12. }
Add Comment
Please, Sign In to add comment