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

8 lines
No EOL
167 B
C#

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