Whoops, didn't mean to add this guy
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@754 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -50,11 +50,6 @@ public abstract class GameWatcher<T extends GameObject>
|
|||||||
_gameobj.addListener(this);
|
_gameobj.addListener(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public T getGameObject ()
|
|
||||||
{
|
|
||||||
return _gameobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void attributeChanged (AttributeChangedEvent event)
|
public void attributeChanged (AttributeChangedEvent event)
|
||||||
{
|
{
|
||||||
if (event.getName().equals(GameObject.STATE)) {
|
if (event.getName().equals(GameObject.STATE)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user