File Info

Rev. 200
Größe 626 Bytes
Zeit 2010-05-01 18:25:11
Autor wilfrem
Log Message

MMDProjectLibrary追加

Content

using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Media;
using Microsoft.Xna.Framework.Net;
using Microsoft.Xna.Framework.Storage;

namespace MikuMikuDance.Project
{
    /// <summary>
    /// MikuMikuDanceプロジェクトファイル(PolygonMovieMaker file; *.pmm)のクラス
    /// </summary>
    public class MMDProject
    {

    }
}
Show on old repository browser