monsters as trait

This commit is contained in:
2023-12-18 16:11:19 +01:00
parent 7ac3b76e6c
commit 73315a7636
6 changed files with 104 additions and 36 deletions

View File

@@ -1,6 +1,7 @@
use ratatui::style::Color;
use crate::position::Position;
use crate::player::Player;
use crate::position::Position;
pub trait Artifact {
//! An artifact that can be collected by the player