Regenerated services, and the callers that love them.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5906 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -30,9 +30,9 @@ import com.threerings.presents.client.InvocationService;
|
||||
public interface LocationService extends InvocationService
|
||||
{
|
||||
// from Java interface LocationService
|
||||
function leavePlace (arg1 :Client) :void;
|
||||
function leavePlace () :void;
|
||||
|
||||
// from Java interface LocationService
|
||||
function moveTo (arg1 :Client, arg2 :int, arg3 :LocationService_MoveListener) :void;
|
||||
function moveTo (arg1 :int, arg2 :LocationService_MoveListener) :void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user