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,4 +1,5 @@
use std::cmp::{max, min};
use crate::position::Position;
pub struct Player {