prantlf/mau-mau

View on GitHub
src/engine/game/Prompt.js

Summary

Maintainability
A
0 mins
Test Coverage
class Prompt {
  
  attachGame(game) {
    this.game = game;
  }
  
}

export default Prompt;