C# Class MyGame.Bullet

This class represent a bullet
Inheritance: CDrawableComponent
Show file Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Public Methods

Method Description
Bullet ( MyGame game, Model model, Unit unit ) : System

Method Details

Bullet() public method

public Bullet ( MyGame game, Model model, Unit unit ) : System
game MyGame
model Microsoft.Xna.Framework.Graphics.Model
unit Unit
return System