コード例 #1
0
ファイル: SceneManager.cs プロジェクト: TransferTest/Demo
    public void SkillButton(string className)
    {
        Ally ally = GetAlly(className);

        if (ally != null)
        {
            ally.CallSkill();
        }
    }