ujiuiui
This commit is contained in:
16
src/Data/NoduleStats.cs
Normal file
16
src/Data/NoduleStats.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Godot;
|
||||
|
||||
namespace Slimepire.Data;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class NoduleStats : Resource
|
||||
{
|
||||
[Export]
|
||||
public SpriteFrames SpriteFrames;
|
||||
|
||||
[Export]
|
||||
public Color Color;
|
||||
|
||||
[Export]
|
||||
public string NoduleName = "Nodule";
|
||||
}
|
||||
Reference in New Issue
Block a user