Mercurial > parpg-core
comparison src/parpg/behaviours/__init__.py @ 82:7cb53edfb95f
Renamed BaseBehaviour to MovingAgentBehaviour
author | KarstenBock@gmx.net |
---|---|
date | Fri, 09 Sep 2011 15:05:23 +0200 |
parents | b60461cb8464 |
children | 9f8faf6e974d |
comparison
equal
deleted
inserted
replaced
81:5508000aceaf | 82:7cb53edfb95f |
---|---|
11 # GNU General Public License for more details. | 11 # GNU General Public License for more details. |
12 | 12 |
13 # You should have received a copy of the GNU General Public License | 13 # You should have received a copy of the GNU General Public License |
14 # along with PARPG. If not, see <http://www.gnu.org/licenses/>. | 14 # along with PARPG. If not, see <http://www.gnu.org/licenses/>. |
15 | 15 |
16 from base import BaseBehaviour as Base | 16 from base import MovingAgentBehaviour as Moving |
17 from npc import NPCBehaviour as NonPlayer | 17 from npc import NPCBehaviour as NonPlayer |
18 from player import PlayerBehaviour as Player | 18 from player import PlayerBehaviour as Player |