Possession handling

This commit is contained in:
MaddoScientisto 2025-02-23 22:38:33 +01:00
commit 31ffe6156e
9 changed files with 305 additions and 22 deletions

View file

@ -0,0 +1,11 @@
using System.Collections.Generic;
using Cirno.Scripts;
using Cirno.Scripts.Components.Actors;
using Godot;
public partial class EnemyActor : Actor
{
}