Ejemplo n.º 1
0
        public Player(InformationManager informationManager)
        {
            m_name = "";
            m_map  = null;
            m_informationManager = informationManager;

            m_currentRoom = null;
        }
Ejemplo n.º 2
0
 public void SetMap(GameStructureRooms map)
 {
     m_map = map;
 }