Newer
Older
app-47-android / Assets / Scripts / EndCell.cs
@a_kuznecov a_kuznecov on 22 Jun 2023 291 bytes First Commit
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class EndCell : MonoBehaviour
{
    // Start is called before the first frame update
    void Start()
    {
        
    }

    // Update is called once per frame
    void Update()
    {
        
    }
}