file refactor
This commit is contained in:
parent
7ef2e05587
commit
68be1a5059
175 changed files with 600 additions and 621 deletions
10
scripts/gui/seedpackets/AlmanachHandler.cs
Normal file
10
scripts/gui/seedpackets/AlmanachHandler.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using Godot;
|
||||
|
||||
namespace Newlon.Components.GUI.Seedpackets;
|
||||
|
||||
public class AlmanachHandler : SeedpacketHandler
|
||||
{
|
||||
public AlmanachHandler(Seedpacket owner) : base(owner)
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue