Пример #1
0
 private Vector2 GetVelocity()
 {
     return(_dataController.Config.GameConfig.ballSpeed * Vector2Helper.GetRandomDirection());
 }