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

7 lines
74 B
C#

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