mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 11:15:55 +00:00
Fixed teleporters
This commit is contained in:
parent
9c3f22760b
commit
49cfb52d20
15 changed files with 102 additions and 84 deletions
10
Scripts/Components/FSM/PlayerFSMProxy.cs
Normal file
10
Scripts/Components/FSM/PlayerFSMProxy.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Components.FSM;
|
||||
|
||||
public partial class PlayerFSMProxy : CharacterBody2D
|
||||
{
|
||||
[Export] public PlayerStateMachine PlayerFSM { get; private set; }
|
||||
[Export] public InteractionController InteractionController { get; private set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue