Proper PlayerInstance comment adjustments.

This commit is contained in:
MobiusDevelopment
2020-03-04 12:57:41 +00:00
parent 18b3e6d3f2
commit ce989648ae
20 changed files with 23 additions and 23 deletions

View File

@ -274,7 +274,7 @@ public class ItemInstance extends WorldObject
* <font color=#FF0000><b><u>Caution</u>: This method DOESN'T REMOVE the object from _allObjects of World </b></font><br>
* <br>
* <b><u>Example of use</u>:</b><br>
* <li>Do Pickup Item : PCInstance and Pet</li><br>
* <li>Do Pickup Item : PlayerInstance and Pet</li><br>
* @param creature Character that pick up the item
*/
public void pickupMe(Creature creature)