From 7aaf9b1150144e2165ba0a73a60e85a2f23e025d Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Thu, 27 Nov 2025 10:28:29 +0100 Subject: [PATCH] Nuova classe creata: Vampiro --- src/interfacce/Vampiro.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/interfacce/Vampiro.java diff --git a/src/interfacce/Vampiro.java b/src/interfacce/Vampiro.java new file mode 100644 index 0000000..7690c8d --- /dev/null +++ b/src/interfacce/Vampiro.java @@ -0,0 +1,13 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package interfacce; + +/** + * + * @author Verde + */ +public class Vampiro { + +} \ No newline at end of file