コード例 #1
0
ファイル: WebCrystalData.cs プロジェクト: nethz/UnityGame
 public Ball check(Ball ball)
 {
     return getBall(ball.group);
 }