コード例 #1
0
ファイル: Events.cs プロジェクト: KamtarGaming/smapi-mod-dump
 public static void GameEvents_FirstUpdateTick(object sender, EventArgs e)
 {
     // Overwrite the player limit in Stardew Valley source code
     LazyHelper.OverwritePlayerLimit();
 }