Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Unity/Testproject/Assets/Testscript.cs
2022-11-12 13:10:03 +01:00

19 lines
286 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Testscript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}