Interface IGameComponent
An interface for GameComponent.
public interface IGameComponent
Methods
Initialize()
Initializes the component. Used to load non-graphical resources.
void Initialize()
An interface for GameComponent.
public interface IGameComponent
Initializes the component. Used to load non-graphical resources.
void Initialize()