Skip to content

AudioControl Design & Impelmentation #68

@tttghost

Description

@tttghost

Plan

  • Remove SoundManager Singleton (leave a legacy)
  • Design Interface IAudioControl
  • Implementation Interface IAudioControl

Interface Design

interface IAudioControl
{
    void Play();
    void Stop();
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions