cirnogodot/Scripts/Components/FSM/Player/PlayerStorageModule.cs

8 lines
167 B
C#
Raw Normal View History

2025-03-15 17:56:55 +01:00
using Godot;
namespace Cirno.Scripts.Components.FSM.Player;
public partial class PlayerStorageModule : Node2D
{
public Vector2 FacingDirection { get; set; }
}