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