9 lines
208 B
C#
9 lines
208 B
C#
using Godot;
|
|
|
|
[GlobalClass]
|
|
public partial class CustomSeedpacketFrame : Resource
|
|
{
|
|
[Export] public Texture2D frame;
|
|
[Export] public LabelSettings font;
|
|
[Export] public Texture2D almanachField;
|
|
}
|