eakosin / TheExplorerProject

A 2D MMO-PVE dungeon crawler with item based character progression.
4 stars 3 forks source link

Add comments to enemy.lua #11

Closed rgbryant closed 10 years ago

rgbryant commented 10 years ago

This file needs to be commented. For now we will only be doing function header comments. The format is as follows:

--]] functionName: description ]]-- --param1 --param2 --returns

rgbryant commented 10 years ago

File is empty so no initial comments added. Just make sure we comment as we populate the file.