mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Dropping and picking up
This commit is contained in:
parent
488d02ef81
commit
bcd007fa1e
14 changed files with 294 additions and 62 deletions
|
|
@ -1,7 +1,9 @@
|
|||
using Godot;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using Cirno.Scripts.Components.Actors;
|
||||
using Cirno.Scripts.Components.FSM;
|
||||
using Cirno.Scripts.Interactables;
|
||||
|
||||
public partial class InteractionController : PlayerArea2DModule
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue