Beispiel #1
0
 // Spawn a bonus in the given column.
 public static GameObject DispatchBonus(int type, Column column)
 {
     if (mInstance != null)
     {
         return(mInstance.DoDispatchBonus(type, column));
     }
     return(null);
 }