Mercurial > parpg-source
comparison systems/gamerulessystem.py @ 65:e856b604b650
Changed "import bGrease" to "import parpg.bGrease".
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 16:10:14 +0200 |
parents | ff3e395abf91 |
children | 2a12e2843984 |
comparison
equal
deleted
inserted
replaced
64:b73050f98411 | 65:e856b604b650 |
---|---|
9 # GNU General Public License for more details. | 9 # GNU General Public License for more details. |
10 # | 10 # |
11 # You should have received a copy of the GNU General Public License | 11 # You should have received a copy of the GNU General Public License |
12 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 12 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
13 | 13 |
14 from bGrease import System | 14 from parpg.bGrease import System |
15 | 15 |
16 class GameRulesSystem(System): | 16 class GameRulesSystem(System): |
17 """ | 17 """ |
18 System responsible for defining the game rules and mechanics by which | 18 System responsible for defining the game rules and mechanics by which |
19 characters interact with the world. | 19 characters interact with the world. |