diff behaviours/__init__.py @ 55:8b1ad2d342d8

Renamed BaseBehaviour to MovingAgentBehaviour
author KarstenBock@gmx.net
date Fri, 09 Sep 2011 15:05:23 +0200
parents 2b51d0010e1c
children 3f6299f975fe
line wrap: on
line diff
--- a/behaviours/__init__.py	Thu Sep 08 18:56:10 2011 +0200
+++ b/behaviours/__init__.py	Fri Sep 09 15:05:23 2011 +0200
@@ -13,6 +13,6 @@
 #   You should have received a copy of the GNU General Public License
 #   along with PARPG.  If not, see <http://www.gnu.org/licenses/>.
 
-from base import BaseBehaviour as Base
+from base import MovingAgentBehaviour as Moving
 from npc import NPCBehaviour as NonPlayer
 from player import PlayerBehaviour as Player
\ No newline at end of file