Example #1
0
 public static string GetLocalSlotPath(PlayerModes mode, Slots slot)
 {
     return(string.Concat(new object[]
     {
         SaveSlotUtils.GetUserPath(),
         mode,
         "/",
         slot,
         "/"
     }));
 }
Example #2
0
 public static string GetLocalSlotPath(TitleScreen.GameSetup.PlayerModes mode, TitleScreen.GameSetup.Slots slot)
 {
     return(string.Concat(new object[]
     {
         SaveSlotUtils.GetUserPath(),
         mode,
         "/",
         slot,
         "/"
     }));
 }
Example #3
0
 public static string GetMpClientLocalPath()
 {
     return(SaveSlotUtils.GetUserPath() + PlayerModes.Multiplayer + "/cs/");
 }
Example #4
0
 public static string GetMpClientLocalPath()
 {
     return(SaveSlotUtils.GetUserPath() + TitleScreen.GameSetup.PlayerModes.Multiplayer + "/cs/");
 }