7 lines
74 B
C#
7 lines
74 B
C#
using Godot;
|
|
using System;
|
|
|
|
public partial class SampleScript0 : Node
|
|
{
|
|
}
|