Ejemplo n.º 1
0
    void Awake()
    {
        Instance = this;

        IDToConversation = new Hashtable();

        foreach (string conversation in conversations)
        {
            ConversationLoader.LoadConversation(conversation);
        }
    }