paraBellumSacrum/Scripts/Earth.cs

11 lines
100 B
C#
Raw Permalink Normal View History

2020-10-02 21:48:41 +00:00
using Godot;
using System;
public class Earth : Node2D
{
public override void _Ready()
{
}
}