ProjectSquareBall/Assets/Scripts/WallGenerator.cs
2024-09-04 18:39:41 +05:30

20 lines
268 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.U2D;
public class WallGenerator : MonoBehaviour
{
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}