Let's name the method the way gendobj wants to.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@83 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -144,7 +144,7 @@ public class EZGameObject extends GameObject
|
|||||||
* clients) will apply the value change when they received the
|
* clients) will apply the value change when they received the
|
||||||
* attribute changed notification.
|
* attribute changed notification.
|
||||||
*/
|
*/
|
||||||
public void setEZGameService (EZGameMarshaller value)
|
public void setEzGameService (EZGameMarshaller value)
|
||||||
{
|
{
|
||||||
EZGameMarshaller ovalue = this.ezGameService;
|
EZGameMarshaller ovalue = this.ezGameService;
|
||||||
requestAttributeChange(
|
requestAttributeChange(
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ public class EZGameManager extends GameManager
|
|||||||
|
|
||||||
_gameObj = (EZGameObject) _plobj;
|
_gameObj = (EZGameObject) _plobj;
|
||||||
|
|
||||||
_gameObj.setEZGameService(
|
_gameObj.setEzGameService(
|
||||||
(EZGameMarshaller) CrowdServer.invmgr.registerDispatcher(
|
(EZGameMarshaller) CrowdServer.invmgr.registerDispatcher(
|
||||||
new EZGameDispatcher(this), false));
|
new EZGameDispatcher(this), false));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user