Beispiel #1
0
 void CreatePlayersDir()
 {
     if (PlayersDir == null)
     {
         PlayersDir = WurmDir.CreateSubdirectory("players");
     }
 }
Beispiel #2
0
 void CreateConfigsDir()
 {
     if (ConfigsDir == null)
     {
         ConfigsDir = WurmDir.CreateSubdirectory("configs");
     }
 }
Beispiel #3
0
 void CreatePacksDir()
 {
     if (PacksDir == null)
     {
         PacksDir = WurmDir.CreateSubdirectory("packs");
     }
 }