[mud4j-commit] SF.net SVN: mud4j: [80] trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ WeaponIte
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2006-12-30 05:04:36
|
Revision: 80 http://mud4j.svn.sourceforge.net/mud4j/?rev=80&view=rev Author: mpurland Date: 2006-12-29 21:04:35 -0800 (Fri, 29 Dec 2006) Log Message: ----------- Add comments to fields. Modified Paths: -------------- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/WeaponItemType.java Modified: trunk/mud4j-core/src/java/net/sf/mud4j/world/item/WeaponItemType.java =================================================================== --- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/WeaponItemType.java 2006-12-30 05:04:07 UTC (rev 79) +++ trunk/mud4j-core/src/java/net/sf/mud4j/world/item/WeaponItemType.java 2006-12-30 05:04:35 UTC (rev 80) @@ -24,7 +24,9 @@ */ public class WeaponItemType extends AbstractItemType implements ItemType { + // Minimum rating of the weapon private int minRating = 0; + // Maximum rating of the weapon private int maxRating = 0; /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |