Skip to content

Commit

Permalink
Update character imports and variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed Feb 2, 2024
1 parent 698b321 commit 7c6d4b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CharacterService_ren.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
from typing import Iterable, Optional
from game.characters.character_ren import Character
from game.characters.NonPlayableCharacter_ren import NonPlayableCharacter

from renpy import store
import renpy.exports as renpy

from game.characters.character_ren import Character
from game.characters.NonPlayableCharacter_ren import NonPlayableCharacter
from game.characters.main_character_ren import MainCharacter
from game.characters.Relationship_ren import Relationship
from game.characters.Moods_ren import Moods
from game.characters.PlayableCharacters_ren import PlayableCharacter

mc: PlayableCharacter
mc: MainCharacter
"""renpy
init python:
"""
Expand Down

0 comments on commit 7c6d4b7

Please sign in to comment.