C# Class MegaMan.Engine.SoundMessage

Inheritance: IGameMessage
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
SoundMessage ( IEntity source, string soundname, bool playing ) : System.Collections.Generic

Method Details

SoundMessage() public method

public SoundMessage ( IEntity source, string soundname, bool playing ) : System.Collections.Generic
source IEntity
soundname string
playing bool
return System.Collections.Generic