using Godot;
using System;
using BITKit;
public partial class StringResourceTester : Node
{
[Export] private StringResource resource;
}