projekt-bombs/Assets/Scripts/HelloWorld.cs
2019-05-26 17:34:05 +03:00

18 lines
315 B
C#

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