werewolves/werewolves-proto/src/game_test/role/mod.rs

13 lines
177 B
Rust
Raw Normal View History

2025-10-06 20:55:12 +01:00
mod beholder;
2025-10-06 21:59:44 +01:00
mod black_knight;
mod diseased;
mod elder;
2025-10-06 21:12:12 +01:00
mod empath;
2025-10-07 02:52:06 +01:00
mod lone_wolf;
mod mason;
2025-10-07 01:47:59 +01:00
mod mortician;
2025-10-06 22:30:01 +01:00
mod pyremaster;
mod scapegoat;
mod shapeshifter;
2025-10-06 22:36:58 +01:00
mod weightlifter;