コード例 #1
0
ファイル: DSCollect.cs プロジェクト: stargiveyou/DevilKing
    public DSInterface createDS(string className)
    {
        DSInterface instance = null;

        switch (className)
        {
        case "User":
            instance = new DS_UserClass(GDB.getUserDB);
            break;

        case "Level":
            //		instance = new DS_LevelClass (GDB.getLevelDB);
            break;

        case "Stage":
            break;

        case "Trophy":
            break;

        default:
            break;
        }
        return(instance);
    }
コード例 #2
0
 public static extern IntPtr GetDSoundObject(DSInterface obj);