From 8f4a9dc6b1f5f75aa7673c1baef1d024e89ab05c Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 5 Feb 2008 20:57:25 +0000 Subject: [PATCH] I'm not sure what to do with this class. It would be useful for ezgames, but the functionality is handled automatically in whirled. Let's avoid confusion by leaving this out of the asdocs.. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@555 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/PlayersDisplay.as | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/as/com/threerings/ezgame/PlayersDisplay.as b/src/as/com/threerings/ezgame/PlayersDisplay.as index 24384534..8f3021a8 100644 --- a/src/as/com/threerings/ezgame/PlayersDisplay.as +++ b/src/as/com/threerings/ezgame/PlayersDisplay.as @@ -38,6 +38,8 @@ import flash.text.TextFieldAutoSize; * * You may use this, with any modifications you desire, in your game. Feel free to copy/modify or * extend this class. + * + * @private */ public class PlayersDisplay extends Sprite {