From bfe6491eb1738def690f33c7e64c070c8113c8a1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 18 Oct 2001 18:41:56 +0000 Subject: [PATCH] Notes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@493 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- docs/parlor/design.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/parlor/design.txt b/docs/parlor/design.txt index 0797b57c6..5808b777f 100644 --- a/docs/parlor/design.txt +++ b/docs/parlor/design.txt @@ -125,3 +125,6 @@ trigger invite cleanup)? Add MessageHandler validators so that turn based games can easily reject message events from non-turn-holders. + +Perhaps have playerReady() and playerReturned() callbacks in GameManager +to dispatch PlayerReady notifications to derived classes.