コード例 #1
0
 public XBoxController(PlayableEntity entity)
     : base(entity)
 {
 }
コード例 #2
0
 public Controller(PlayableEntity entity)
 {
     this.entity = entity;
 }