diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-26 22:59:57 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-26 22:59:57 -0300 |
| commit | 6c7e2ac133986efa57b43df52a5498c6f7efcf75 (patch) | |
| tree | 8404bfd3415a8dfcf7073191cbfdf58cc7c905ed /scripts/Enemy.cs | |
| parent | a3103718796a472da76838bf6fd72ba5d8409d79 (diff) | |
AI
Diffstat (limited to 'scripts/Enemy.cs')
| -rw-r--r-- | scripts/Enemy.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/Enemy.cs b/scripts/Enemy.cs deleted file mode 100644 index 6f9f3d9..0000000 --- a/scripts/Enemy.cs +++ /dev/null @@ -1,9 +0,0 @@ -using Godot; -using System; - -public partial class Enemy : Actor -{ - public Enemy(Vector2I initialPosition, MapData map, ActorDefinition definition) : base(initialPosition, map, definition) - { - } -} |
