Mercurial > parpg-core
comparison src/parpg/behaviours/__init__.py @ 56:b60461cb8464
Added Aliases for the behaviours in the behaviours package __init__.py
author | KarstenBock@gmx.net |
---|---|
date | Mon, 05 Sep 2011 13:15:18 +0200 |
parents | 4311a0a5378c |
children | 7cb53edfb95f |
comparison
equal
deleted
inserted
replaced
55:4311a0a5378c | 56:b60461cb8464 |
---|---|
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 | 16 from base import BaseBehaviour as Base |
17 from npc import NPCBehaviour | 17 from npc import NPCBehaviour as NonPlayer |
18 from player import PlayerBehaviour | 18 from player import PlayerBehaviour as Player |