mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 15:25:55 +00:00
Possession handling
This commit is contained in:
parent
681510d75c
commit
31ffe6156e
9 changed files with 305 additions and 22 deletions
11
Scripts/Components/Actors/EnemyActor.cs
Normal file
11
Scripts/Components/Actors/EnemyActor.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System.Collections.Generic;
|
||||
using Cirno.Scripts;
|
||||
using Cirno.Scripts.Components.Actors;
|
||||
using Godot;
|
||||
|
||||
public partial class EnemyActor : Actor
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue