C# Class MiningGame.Code.Managers.SoundManager

Inheritance: Manager
Mostra file Open project: geel9/Minor-Destruction

Public Methods

Method Description
PlaySound ( string key, bool looping = false, int offset ) : void
SoundManager ( ) : System

Method Details

PlaySound() public method

public PlaySound ( string key, bool looping = false, int offset ) : void
key string
looping bool
offset int
return void

SoundManager() public method

public SoundManager ( ) : System
return System