diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-16 14:22:04 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-16 14:22:04 -0300 |
| commit | c411c496394c7a782854e03f2be8fab4cc1e2a81 (patch) | |
| tree | 6cecaa0f70c9b3fd49a9fce9b383d46c27c41dcd /scripts/Enemy.cs | |
| parent | 588a80a339a64f15b2e3bada550beb14e16abe3e (diff) | |
Herança e preparativos para o sistema de turnos
Diffstat (limited to 'scripts/Enemy.cs')
| -rw-r--r-- | scripts/Enemy.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Enemy.cs b/scripts/Enemy.cs new file mode 100644 index 0000000..6f48bd1 --- /dev/null +++ b/scripts/Enemy.cs @@ -0,0 +1,6 @@ +using Godot; +using System; + +public partial class Enemy : Actor { + +} |
