rj-action-library-godot-dev.../Scripts/LocaleResourceEntry.cs

11 lines
162 B
C#
Raw Permalink Normal View History

2024-06-01 07:47:13 +00:00
using System.Collections.Generic;
using Godot;
[GlobalClass]
public partial class LocaleResourceEntry:Resource
{
public string type;
public string value;
}