Instantiate() public static méthode

public static Instantiate ( int season ) : SeasonChange
season int
Résultat SeasonChange
Exemple #1
0
 public static SeasonChange Instantiate(int season)
 {
     return(SeasonChange.Instantiate(season, true));
 }