Script
This commit is contained in:
16
Assets/New Folder For Testing/Test.cs
Normal file
16
Assets/New Folder For Testing/Test.cs
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class Test : MonoBehaviour
|
||||||
|
{
|
||||||
|
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// Update is called once per frame
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
2
Assets/New Folder For Testing/Test.cs.meta
Normal file
2
Assets/New Folder For Testing/Test.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ca02decb56ef91c40af52d499e1659c0
|
||||||
Reference in New Issue
Block a user