Cosmos/source/Cosmos.Demo.PacMan/Player.cs
2008-08-20 15:23:41 +00:00

12 lines
229 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Demo.Pacman
{
public class Player
{
public Cosmos.Demo.Pacman.Elements.Pacman pacMan;
}
}