paraBellumSacrum/Scripts/Earth.cs

11 lines
100 B
C#

using Godot;
using System;
public class Earth : Node2D
{
public override void _Ready()
{
}
}