示例#1
0
 public BallManager(BallEntity ball)
 {
     _ball = ball;
 }
示例#2
0
 public BallInputController(BallEntity ball)
 {
     _ball = ball;
 }