underworld_core 0.6.3

Small library to either play a game or assist in generating rooms
Documentation
1
2
3
4
5
use uuid::Uuid;

pub enum NpcAction {
    AttackPlayer(Uuid),
}