public XBoxController(PlayableEntity entity)
     : base(entity)
 {
 }
Exemplo n.º 2
0
 public Controller(PlayableEntity entity)
 {
     this.entity = entity;
 }