diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-18 18:43:54 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-18 18:43:54 -0300 |
| commit | 723e66a82606ee78ca4156a0c0a850185b4c0369 (patch) | |
| tree | 1aafa29e16a462f812b804e2f3419387ba07b2f2 /scripts/Enemy.cs | |
| parent | c9057bbd88f14a4e0e572c16452c1ab9baebfe2a (diff) | |
IT'S OVER
Diffstat (limited to 'scripts/Enemy.cs')
| -rw-r--r-- | scripts/Enemy.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Enemy.cs b/scripts/Enemy.cs index 921cd86..6f9f3d9 100644 --- a/scripts/Enemy.cs +++ b/scripts/Enemy.cs @@ -3,7 +3,7 @@ using System; public partial class Enemy : Actor { - public Enemy(Vector2I initialPosition, DungeonLevel map, ActorDefinition definition) : base(initialPosition, map, definition) + public Enemy(Vector2I initialPosition, MapData map, ActorDefinition definition) : base(initialPosition, map, definition) { } } |
