Exemple #1
0
 public static long[] CelebrationCost(bool big) => big?
 celebrationResources.GetRow(1) :
     celebrationResources.GetRow(0);