comparison behaviours/__init__.py @ 31:2b51d0010e1c

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 ec5a55266f6a
children 8b1ad2d342d8
comparison
equal deleted inserted replaced
30:ec5a55266f6a 31:2b51d0010e1c
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