[mud4j-commit] SF.net SVN: mud4j: [117] trunk/mud4j-core/src/java/net/sf/mud4j/character/ Character
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2007-01-14 18:51:07
|
Revision: 117 http://mud4j.svn.sourceforge.net/mud4j/?rev=117&view=rev Author: mpurland Date: 2007-01-14 10:51:03 -0800 (Sun, 14 Jan 2007) Log Message: ----------- Add todo comment for pluggable attributes. Modified Paths: -------------- trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java Modified: trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java =================================================================== --- trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java 2007-01-14 18:48:46 UTC (rev 116) +++ trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java 2007-01-14 18:51:03 UTC (rev 117) @@ -26,6 +26,8 @@ /** * Interface for defining different types of players. * + * @todo Character attributes should be pluggable. We should not hard code attributes such as level and other things on a character. + * * @author Matthew Purland */ public interface Character extends Damageable, Messageable, Effectable { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |