Documentation fixes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@990 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-12 07:01:54 +00:00
parent 7a8908111b
commit 671d7ddce1
2 changed files with 13 additions and 7 deletions
@@ -1,8 +1,10 @@
//
// $Id: TurnGameObject.java,v 1.2 2002/02/12 06:57:30 mdb Exp $
// $Id: TurnGameObject.java,v 1.3 2002/02/12 07:01:54 mdb Exp $
package com.threerings.parlor.turn;
import com.threerings.parlor.game.GameObject;
/**
* Games that wish to support turn-based play must implement this
* interface with their {@link GameObject}.