Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shared event types across all games #33

Open
FaisalAl-Tameemi opened this issue May 14, 2023 · 1 comment
Open

Use shared event types across all games #33

FaisalAl-Tameemi opened this issue May 14, 2023 · 1 comment

Comments

@FaisalAl-Tameemi
Copy link
Member

FaisalAl-Tameemi commented May 14, 2023

Problem: Each game currently implements its own Event structs.

Solution: Move events into a common set define within crate::logics::types or create::logics::events (as a new mod).

Ref Issue: use-ink/ink#1243
Ref PR (open): use-ink/ink#1222

@FaisalAl-Tameemi
Copy link
Member Author

NOTE: some approaches to achieving this might require a bit of what seems like redundancy but that's acceptable since achieving a standardized definition is the main goal here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant