Files
GodotPlayground/Sources/GodotProject/Scripts/SampleScript0.cs

7 lines
74 B
C#

using Godot;
using System;
public partial class SampleScript0 : Node
{
}