Microsoft.Xna.Framework
Interface IGameComponent

All Known Implementing Classes:
DrawableGameComponent, GameComponent, GamerServicesComponent

public interface IGameComponent

Defines an interface for game components.

Author:
Halofreak1990

Method Summary
 void Initialize()
           
 

Method Detail

Initialize

void Initialize()