Advertisement
rengetsu

PD_DevilBox

Apr 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. //de wey of the devil man
  5. public class DevilBox : MonoBehaviour {
  6.     void Start () {
  7.     }
  8.     void Update () {
  9.         transform.Rotate(new Vector3(0, 40, 0) * Time.deltaTime);
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement