1. svn -> git
This commit is contained in:
15
Assets/DO_Studio/Reference_Script.cs
Normal file
15
Assets/DO_Studio/Reference_Script.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
public class Reference_Script : MonoBehaviour {
|
||||
|
||||
// Use this for initialization
|
||||
void Start () {
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update () {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user