コード例 #1
0
    void OnPetSay(string fileName)
    {
        string n = tipsManager.GetNameByValue(fileName);

        OnVoice("Tips/" + n);
    }