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