Regeneratd services, got new mo' betta type handling.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@360 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
package com.threerings.parlor.card.trick.client {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.io.TypedArray;
|
||||
import com.threerings.parlor.card.data.Card;
|
||||
import com.threerings.parlor.card.trick.client.TrickCardGameService;
|
||||
import com.threerings.presents.client.Client;
|
||||
@@ -40,6 +41,6 @@ public interface TrickCardGameService extends InvocationService
|
||||
function requestRematch (arg1 :Client) :void;
|
||||
|
||||
// from Java interface TrickCardGameService
|
||||
function sendCardsToPlayer (arg1 :Client, arg2 :int, arg3 :Array) :void;
|
||||
function sendCardsToPlayer (arg1 :Client, arg2 :int, arg3 :TypedArray /* of class com.threerings.parlor.card.data.Card */) :void;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ package com.threerings.parlor.card.trick.data {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.util.*; // for Float, Integer, etc.
|
||||
import com.threerings.io.TypedArray;
|
||||
|
||||
import com.threerings.parlor.card.data.Card;
|
||||
import com.threerings.parlor.card.trick.client.TrickCardGameService;
|
||||
@@ -66,7 +67,7 @@ public class TrickCardGameMarshaller extends InvocationMarshaller
|
||||
public static const SEND_CARDS_TO_PLAYER :int = 3;
|
||||
|
||||
// from interface TrickCardGameService
|
||||
public function sendCardsToPlayer (arg1 :Client, arg2 :int, arg3 :Array) :void
|
||||
public function sendCardsToPlayer (arg1 :Client, arg2 :int, arg3 :TypedArray /* of class com.threerings.parlor.card.data.Card */) :void
|
||||
{
|
||||
sendRequest(arg1, SEND_CARDS_TO_PLAYER, [
|
||||
Integer.valueOf(arg2), arg3
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
package com.threerings.parlor.client {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.io.TypedArray;
|
||||
import com.threerings.parlor.client.ParlorService;
|
||||
import com.threerings.parlor.client.ParlorService_InviteListener;
|
||||
import com.threerings.parlor.data.ParlorMarshaller_InviteMarshaller;
|
||||
|
||||
@@ -23,6 +23,7 @@ package com.threerings.parlor.client {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.util.*; // for Float, Integer, etc.
|
||||
import com.threerings.io.TypedArray;
|
||||
|
||||
import com.threerings.parlor.client.ParlorService;
|
||||
import com.threerings.parlor.client.ParlorService_InviteListener;
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
package com.threerings.parlor.client {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.io.TypedArray;
|
||||
import com.threerings.parlor.client.TableService;
|
||||
import com.threerings.parlor.data.TableConfig;
|
||||
import com.threerings.parlor.game.data.GameConfig;
|
||||
|
||||
@@ -23,6 +23,7 @@ package com.threerings.parlor.data {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.util.*; // for Float, Integer, etc.
|
||||
import com.threerings.io.TypedArray;
|
||||
|
||||
import com.threerings.parlor.client.ParlorService;
|
||||
import com.threerings.parlor.client.ParlorService_InviteListener;
|
||||
|
||||
@@ -23,6 +23,7 @@ package com.threerings.parlor.data {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.util.*; // for Float, Integer, etc.
|
||||
import com.threerings.io.TypedArray;
|
||||
|
||||
import com.threerings.parlor.client.ParlorService;
|
||||
import com.threerings.parlor.client.ParlorService_InviteListener;
|
||||
|
||||
@@ -23,6 +23,7 @@ package com.threerings.parlor.data {
|
||||
|
||||
import flash.utils.ByteArray;
|
||||
import com.threerings.util.*; // for Float, Integer, etc.
|
||||
import com.threerings.io.TypedArray;
|
||||
|
||||
import com.threerings.parlor.client.TableService;
|
||||
import com.threerings.parlor.data.TableConfig;
|
||||
|
||||
Reference in New Issue
Block a user