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

32 lines
959 B
Rust
Raw Normal View History

// Copyright (C) 2025 Emilis Bliūdžius
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
mod apprentice;
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;
mod guardian;
mod hunter;
mod insomniac;
2025-10-07 02:52:06 +01:00
mod lone_wolf;
mod mason;
2025-11-07 21:10:17 +00:00
mod militia;
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;