using Godot; namespace Cirno.Scripts.Components.FSM.Player; public partial class PlayerStorageModule : Node2D { public Vector2 FacingDirection { get; set; } }