Switched to receiver for dealing cards.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3224 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2004-11-19 19:04:56 +00:00
parent f5fc8f9d2a
commit 72a6f2f966
6 changed files with 149 additions and 32 deletions
@@ -1,5 +1,5 @@
//
// $Id: CardCodes.java,v 1.3 2004/11/01 22:10:21 andrzej Exp $
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -57,7 +57,4 @@ public interface CardCodes extends InvocationCodes
/** The number of the black joker. */
public static final int BLACK_JOKER = 16;
/** A message that carries a Hand of cards to a player. */
public static final String TAKE_HAND = "take_hand";
}