room db table #76

Open
opened 2021-11-12 12:09:42 -05:00 by jake · 0 comments
Owner
enum RoomModifiers {
    PlayerJoined{character_id},
    PlayerLeft{character_id},
    QuestStart{quest_id},
    ...
}
```rust enum RoomModifiers { PlayerJoined{character_id}, PlayerLeft{character_id}, QuestStart{quest_id}, ... } ```
jake added the
release
label 2021-12-30 16:37:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jake/elseware#76
No description provided.