snakes_mp/Assets/Scripts/Fruit.cs
2025-03-25 11:35:44 +05:30

18 lines
280 B
C#

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