コード例 #1
0
ファイル: ActionSound.cs プロジェクト: mcbodge/eidolon
        override public string SetLabel()
        {
            string labelAdd = "";

            if (soundObject)
            {
                labelAdd  = " (" + soundAction.ToString();
                labelAdd += " " + soundObject.name + ")";
            }

            return(labelAdd);
        }