mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:25:35 +00:00
8 lines
116 B
C#
8 lines
116 B
C#
|
|
using Godot;
|
|||
|
|
|
|||
|
|
namespace Cirno.Scripts.Components.FSM;
|
|||
|
|
|
|||
|
|
public partial class ModuleBase : Node2D, IModule
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|