Player constructor

Player(
  1. dynamic actor
)

Implementation

Player(actor)
{
  this.actor=actor;//mixer=mixer;
}