]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/Character.cs
Just some graphics for now, still working on the animation class.
[chaz/carfire] / CarFire / CarFire / Character.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using Microsoft.Xna.Framework;
6 using Microsoft.Xna.Framework.Content;
7 using Microsoft.Xna.Framework.Graphics;
8 using Microsoft.Xna.Framework.Input;
9
10 public class Character
11 {
12 public Character()
13 {
14 }
15 }
This page took 0.03193 seconds and 4 git commands to generate.