Added a toString().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4160 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-31 01:16:19 +00:00
parent 9e3c46c7a5
commit 2766a6c1f9
@@ -129,5 +129,11 @@ public class Portal
{
return portalId;
}
public function toString () :String
{
return "Portal[id=" + portalId + ", destScene=" + targetSceneId +
", loc=" + loc + "].";
}
}
}