5Y5T3M/Assets/Earth/Scripts/EarthRootScript.cs

11 lines
176 B
C#
Raw Normal View History

2025-09-15 22:28:04 +02:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace DigitalRuby.Earth
{
public class EarthRootScript : MonoBehaviour
{
}
}