Advertisement
shadowplaycoding

P003_SolarSystem

Apr 29th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class SolarSystem : MonoBehaviour {
  5.  
  6.     // Use this for initialization
  7.     void Start () {
  8.    
  9.     }
  10.    
  11.     // Update is called once per frame
  12.     void Update () {
  13.    
  14.     }
  15.  
  16.     /*
  17.    Copyright Shadowplay Coding 2016 - see www.shadowplaycoding.com for licensing details
  18.    Removing this comment forfits any rights given to the user under licensing.
  19.    */
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement