mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:55:35 +00:00
9 lines
No EOL
186 B
C#
9 lines
No EOL
186 B
C#
using Cirno.Scripts.Enums;
|
|
using Godot;
|
|
|
|
namespace Cirno.Scripts.Components.FSM.Enemy;
|
|
|
|
public abstract partial class EnemyStateBase : BaseState<EnemyState, CharacterBody2D>
|
|
{
|
|
|
|
} |