room db table #76

Open
opened 3 years ago by jake · 0 comments
jake commented 3 years ago
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 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.