[mud4j-commit] SF.net SVN: mud4j: [41] trunk/mud4j-core/src/java/net/sf/mud4j/ability/ Ability.java
Status: Pre-Alpha
Brought to you by:
mpurland
|
From: <mpu...@us...> - 2006-12-23 17:18:11
|
Revision: 41
http://mud4j.svn.sourceforge.net/mud4j/?rev=41&view=rev
Author: mpurland
Date: 2006-12-23 09:18:08 -0800 (Sat, 23 Dec 2006)
Log Message:
-----------
Update comment to be clearer.
Modified Paths:
--------------
trunk/mud4j-core/src/java/net/sf/mud4j/ability/Ability.java
Modified: trunk/mud4j-core/src/java/net/sf/mud4j/ability/Ability.java
===================================================================
--- trunk/mud4j-core/src/java/net/sf/mud4j/ability/Ability.java 2006-12-23 17:15:51 UTC (rev 40)
+++ trunk/mud4j-core/src/java/net/sf/mud4j/ability/Ability.java 2006-12-23 17:18:08 UTC (rev 41)
@@ -20,6 +20,9 @@
* Ability interface to create basic interface for abilities that
* may be used by commands, or other abilities.
*
+ * An ability is a runnable independent command that acts upon
+ * a target (Character, Location, Item, etc).
+ *
* @author Matthew Purland
*/
public interface Ability {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|