Skip to content

Commit

Permalink
Fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Dec 26, 2022
1 parent 2d72063 commit 7caeca6
Show file tree
Hide file tree
Showing 37 changed files with 50 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Source/Mods/Blueprints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Multiplayer.Compat
{
/// <summary>Misc. Robots by HaploX1</summary>
/// <summary>Blueprints by Fluffy</summary>
/// <see href="https://github.com/fluffy-mods/Blueprints"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=708455313"/>
[MpCompatFor("Fluffy.Blueprints")]
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/FollowMe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Multiplayer.Compat
{
/// <summary>Misc. Robots by HaploX1</summary>
/// <summary>Follow Me by Fluffy</summary>
/// <see href="https://github.com/fluffy-mods/FollowMe"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=715759739"/>
[MpCompatFor("Fluffy.FollowMe")]
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/MinifyEverything.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Multiplayer.Compat
{
/// <summary></summary>
/// <summary>Minify Everything by Erdelf</summary>
/// <see href="https://github.com/erdelf/MinifyEverything"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=872762753"/>
[MpCompatFor("erdelf.MinifyEverything")]
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/ProcessorFramework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Multiplayer.Compat
{
/// <summary>[SYR] Processor Framework by Syrchalis</summary>
/// <summary>Processor Framework by Syrchalis</summary>
/// <see href="https://github.com/Syrchalis/ProcessorFramework"/>
/// <see href="https://steamcommunity.com/workshop/filedetails/?id=2633514537"/>
[MpCompatFor("syrchalis.processor.framework")]
Expand Down
1 change: 1 addition & 0 deletions Source/Mods/TimeOfDAySwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace Multiplayer.Compat
{
/// <summary>Time of day switches by merthsoft</summary>
/// <see href="https://bitbucket.org/merthsoft/timeofdayswitch"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=776114412"/>
[MpCompatFor("Merthsoft.TimeOfDaySwitches")]
class TimeOfDAySwitch
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaAchievements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Achievements Expanded by Oskar Potocki, Smash Phil</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaAchievementsExpanded"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaAchievementsExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2288125657"/>
[MpCompatFor("vanillaexpanded.achievements")]
class VanillaAchievements
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaAnimalsCaves.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Animals Expanded Caves by Oskar Potocki, Sarg Bjornson, Aquiles</summary>
/// <see href="https://github.com/juanosarg/VanillaAnimalsExpanded-Caves"/>
/// <summary>Vanilla Animals Expanded - Caves by Oskar Potocki, Sarg Bjornson, Aquiles</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaAnimalsExpanded-Caves"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2576512001"/>
[MpCompatFor("VanillaExpanded.VAECaves")]
internal class VanillaAnimalsCaves
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaAnimalsEndangered.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Animals Expanded Endangered by Oskar Potocki, Sarg Bjornson, Erin, Taranchuk</summary>
/// <see href="https://github.com/juanosarg/VanillaAnimalsExpanded-EndangeredAndRecentlyExtinct"/>
/// <summary>Vanilla Animals Expanded - Endangered by Oskar Potocki, Sarg Bjornson, Erin, Taranchuk</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaAnimalsExpanded-Endangered"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2366589898"/>
[MpCompatFor("VanillaExpanded.VAEEndAndExt")]
class VanillaAnimalsEndangered
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaBrewingExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Multiplayer.Compat
{
/// <summary> Vanilla Brewing Expanded by Oskar Potocki, Sarg Bjornson, Chowder</summary>
/// <summary>Vanilla Brewing Expanded by Oskar Potocki, Sarg Bjornson, Chowder</summary>
/// <see href="https://steamcommunity.com/workshop/filedetails/?id=2186560858"/>
/// <see href="https://github.com/juanosarg/VanillaBrewingExpanded"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaBrewingExpanded"/>
[MpCompatFor("VanillaExpanded.VBrewE")]
class VanillaBrewingExpanded
{
Expand Down
1 change: 1 addition & 0 deletions Source/Mods/VanillaEventsExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Multiplayer.Compat
{
/// <summary>Vanilla Events Expanded by Oskar Potocki, Helixien, Kikohi</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=1938420742"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaEventsExpanded"/>
/// Contribution to Multiplayer Compatibility by Sokyran and Reshiram
[MpCompatFor("VanillaExpanded.VEE")]
class VEE
Expand Down
5 changes: 2 additions & 3 deletions Source/Mods/VanillaExpandedFramework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Expanded Framework and other Vanilla Expanded mods by Oskar Potocki, Sarg Bjornson, Chowder, XeoNovaDan, Orion, Kikohi, erdelf, Taranchuk, and more</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaExpandedFramework"/>
/// <see href="https://github.com/juanosarg/ItemProcessor"/>
/// <see href="https://github.com/juanosarg/VanillaCookingExpanded"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaExpandedFramework"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaCookingExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2023507013"/>
[MpCompatFor("OskarPotocki.VanillaFactionsExpanded.Core")]
class VanillaExpandedFramework
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaFactionsAncients.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Factions Expanded - Ancients</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaFactionsExpandedAncients"/>
/// <summary>Vanilla Factions Expanded - Ancients by Kikohi, legodude17, Oskar Potocki, Reann Shepard, xrushha</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Ancients"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2654846754"/>
[MpCompatFor("VanillaExpanded.VFEA")]
internal class VanillaFactionsAncients
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaFactionsInsectoid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Factions Expanded - Insectoids by Oskar Potocki, Sarg Bjornson, Kikohi</summary>
/// <see href="https://github.com/Kik0hi/Vanilla-Factions-Expanded-Insectoids"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Insectoids"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2149755445"/>
[MpCompatFor("OskarPotocki.VFE.Insectoid")]
class VanillaFactionsInsectoid
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaFactionsMechanoid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Traits Expanded by Oskar Potocki, ISOREX, Sarg Bjornson, erdelf, Kikohi, Taranchuk, Kentington, Chowder</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaFactionsExpanded-Mechanoid"/>
/// <summary>Vanilla Factions Expanded - Mechanoids by Oskar Potocki, ISOREX, Sarg Bjornson, erdelf, Kikohi, Taranchuk, Kentington, Chowder</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Mechanoid"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2329011599"/>
[MpCompatFor("OskarPotocki.VFE.Mechanoid")]
public class VanillaFactionsMechanoid
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaFactionsMedieval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Traits Expanded by Oskar Potocki, XeoNovaDan</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaFactionsExpandedMedieval"/>
/// <summary>Vanilla Factions Expanded - Medieval by Oskar Potocki, XeoNovaDan</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Medieval"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2023513450"/>
[MpCompatFor("OskarPotocki.VanillaFactionsExpanded.MedievalModule")]
public class VanillaFactionsMedieval
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaFactionsPirates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Factions Expanded - Pirates by Oskar Potocki, Sarg Bjornson, erdelf, Roolo, Smash Phil, Taranchuk, xrushha, Kikohi, legodude17</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaFactionsExpanded-Pirates"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Pirates"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2723801948"/>
[MpCompatFor("OskarPotocki.VFE.Pirates")]
internal class VanillaFactionsPirates
Expand Down
1 change: 1 addition & 0 deletions Source/Mods/VanillaFactionsSettlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace Multiplayer.Compat
{
/// <summary>Fanilla Factions Expanded - Settlers by OskarPotocki.VanillaFactionsExpanded.SettlersModule</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2052918119"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Settlers"/>
[MpCompatFor("OskarPotocki.VanillaFactionsExpanded.SettlersModule")]
class VanillaFactionsSettlers
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaFactionsVikings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Multiplayer.Compat
{
/// <summary>Vanilla Factions Expanded - Vikings by Oskar Potocki, Erin, Sarg Bjornson, erdelf, Kikohi, Taranchuk, Helixien, Chowder</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2231295285"/>
/// <see href="https://github.com/AndroidQuazar/Vanilla-Factions-Expanded-Vikings"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Vikings"/>
[MpCompatFor("OskarPotocki.VFE.Vikings")]
class VanillaFactionsVikings
{
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaFishingExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

namespace Multiplayer.Compat
{
/// <summary>VanillaCuisineExpanded-Fishing by juanosarg</summary>
/// <see href="https://github.com/juanosarg/VanillaCuisineExpanded-Fishing"/>
/// <summary>Vanilla Fishing Expanded by Oskar Potocki, Sarg Bjornson</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFishingExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=1914064942"/>
/// contribution to Multiplayer Compatibility by Cody Spring
[MpCompatFor("VanillaExpanded.VCEF")]
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaFurnitureExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Furniture Expanded by OskarPotocki, Atlas, Kikohi</summary>
/// <see href="https://github.com/Atla55/More-Furniture-A-O"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFurnitureExpanded"/>
/// <see href="https://steamcommunity.com/workshop/filedetails/?id=1718190143"/>
[MpCompatFor("VanillaExpanded.VFECore")]
internal class VanillaFurnitureExpanded
Expand Down
3 changes: 2 additions & 1 deletion Source/Mods/VanillaFurnitureExpandedFarming.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Furniture Expanded by Oskar Potocki and dninemfive</summary>
/// <summary>Vanilla Furniture Expanded - Farming by Oskar Potocki and dninemfive</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=1957158779"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFurnitureExpanded-Farming"/>
/// contribution to Multiplayer Compatibility by Cody Spring
[MpCompatFor("VanillaExpanded.VFEFarming")]
class VFEF
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaFurnitureExpandedPower.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Multiplayer.Compat
{
/// <summary>Vanilla Furniture Expanded - Power by Oskar Potocki and Sarg Bjornson</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2062943477"/>
/// <see href="https://github.com/AndroidQuazar/VanillaFurnitureExpanded-Power"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFurnitureExpanded-Power"/>
/// Contribution to Multiplayer Compatibility by Sokyran and Reshiram
[MpCompatFor("VanillaExpanded.VFEPower")]
class VanillaPowerExpanded
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaFurnitureExpandedSecurity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Furniture Expanded - Power by Oskar Potocki, Trunken, and XeoNovaDan </summary>
/// <summary>Vanilla Furniture Expanded - Security by Oskar Potocki, Trunken, and XeoNovaDan </summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=1845154007"/>
/// <see href="https://github.com/AndroidQuazar/VanillaFurnitureExpanded-Security"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFurnitureExpanded-Security"/>
/// Contribution to Multiplayer Compatibility by Sokyran and Reshiram
[MpCompatFor("VanillaExpanded.VFESecurity")]
class VFESecurity
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaGeneticsExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Genetics Expanded by Sarg, erdelf, Oskar Potocki, Luizi, Reann Shepard</summary>
/// <see href="https://github.com/juanosarg/VanillaGeneticsExpanded"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaGeneticsExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2801160906"/>
[MpCompatFor("VanillaExpanded.VGeneticsE")]
internal class VanillaGeneticsExpanded
Expand Down
1 change: 1 addition & 0 deletions Source/Mods/VanillaHairExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Multiplayer.Compat
{
/// <summary>Vanilla Hair Expanded by Oskar Potocki, XeoNovaDan, MonteCristo</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=1888705256"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaHairExpanded"/>
[MpCompatFor("VanillaExpanded.VHE")]
class VanillaHairExpanded
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaIdeologyDryads.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Ideology Expanded - Dryads by Oskar Potocki, Sarg Bjornson, Taranchuk, Reann Shepard</summary>
/// <see href="https://github.com/juanosarg/VanillaIdeologyExpanded-Dryads"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaIdeologyExpanded-Dryads"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2720631512"/>
[MpCompatFor("VanillaExpanded.Ideo.Dryads")]
internal class VanillaIdeologyDryads
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaIdeologyMemes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Ideology Expanded - Memes and Structures by Oskar Potocki, Sarg Bjornson, Chowder</summary>
/// <see href="https://github.com/juanosarg/VanillaIdeologyExpanded-Memes"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaIdeologyExpanded-Memes"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2636329500"/>
[MpCompatFor("VanillaExpanded.VMemesE")]
internal class VanillaIdeologyMemes
Expand Down
1 change: 1 addition & 0 deletions Source/Mods/VanillaOutpostsExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace Multiplayer.Compat
{
/// <summary>Vanilla Outposts Expanded by legodude17, Oskar Potocki, Chowder, Kikohi</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2688941031"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaOutpostsExpanded"/>
[MpCompatFor("vanillaexpanded.outposts")]
internal class VanillaOutpostsExpanded
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaPlantsMorePlants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Plants Expanded - More Plants by Sarg Bjornson, Oskar Potocki</summary>
/// <see href="https://github.com/juanosarg/VanillaPlantsExpanded-MorePlants"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaPlantsExpanded-MorePlants"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2748889667"/>
[MpCompatFor("VanillaExpanded.VPlantsEMore")]
internal class VanillaPlantsMorePlants
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaPsycastsExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Psycasts Expanded by erdelf, Oskar Potocki, legodude17, Taranchuk, xrushha, Sarg Bjornson, Sir Van, Reann Shepard</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaPsycastsExpanded"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaPsycastsExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2842502659"/>
[MpCompatFor("VanillaExpanded.VPsycastsE")]
public class VanillaPsycastsExpanded
Expand Down
2 changes: 2 additions & 0 deletions Source/Mods/VanillaSkillsExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Skills Expanded by legodude17, Oskar Potocki</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaSkillsExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2854967442"/>
[MpCompatFor("vanillaexpanded.skills")]
public class VanillaSkillsExpanded
{
Expand Down
4 changes: 2 additions & 2 deletions Source/Mods/VanillaSocialInteractions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Multiplayer.Compat
{
/// <summary>Vanilla Social Interactions Expanded</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaSocialInteractionsExpanded"/>
/// <summary>Vanilla Social Interactions Expanded by Oskar Potocki, Taranchuk</summary>
/// <see href="https://github.com/Vanilla-Expanded/VanillaSocialInteractionsExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2439736083"/>
[MpCompatFor("VanillaExpanded.VanillaSocialInteractionsExpanded")]
public class VanillaSocialInteractions
Expand Down
1 change: 1 addition & 0 deletions Source/Mods/VanillaStorytellersWinstonWaves.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Multiplayer.Compat
{
/// <summary>Vanilla Storytellers Expanded - Winston Waves by Oskar Potocki, Kikohi</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2734032569"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaStorytellersExpanded-WinstonWave"/>
[MpCompatFor("VanillaStorytellersExpanded.WinstonWave")]
internal class VanillaStorytellersWinstonWaves
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Mods/VanillaTraitsExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Traits Expanded by Oskar Potocki, Taranchuk, Chowder</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaTraitsExpanded"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaTraitsExpanded"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2296404655"/>
[MpCompatFor("VanillaExpanded.VanillaTraitsExpanded")]
public class VanillaTraitsExpanded
Expand Down
2 changes: 2 additions & 0 deletions Source_Referenced/SaveOurShip2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

namespace Multiplayer.Compat
{
/// <summary>Save Our Ship 2 by Thain, Kentington</summary>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=1909914131"/>
[MpCompatFor("kentington.saveourship2")]
internal class SaveOurShip2
{
Expand Down
2 changes: 1 addition & 1 deletion Source_Referenced/VanillaExpandedFrameworkReferenced.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Expanded Framework and other Vanilla Expanded mods by Oskar Potocki, Sarg Bjornson, Chowder, XeoNovaDan, Orion, Kikohi, erdelf, Taranchuk, and more</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaExpandedFramework"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaExpandedFramework"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2023507013"/>
[MpCompatFor("OskarPotocki.VanillaFactionsExpanded.Core")]
internal class VanillaExpandedFrameworkReferenced
Expand Down
2 changes: 1 addition & 1 deletion Source_Referenced/VanillaFactionsClassical.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace Multiplayer.Compat
{
/// <summary>Vanilla Factions Expanded - Classical by Oskar Potocki, ISOREX, xrushha, legodude17, Chowder</summary>
/// <see href="https://github.com/AndroidQuazar/VanillaFactionsExpanded-Classical"/>
/// <see href="https://github.com/Vanilla-Expanded/VanillaFactionsExpanded-Classical"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=2787850474"/>
[MpCompatFor("OskarPotocki.VFE.Classical")]
class VanillaFactionsClassical
Expand Down

0 comments on commit 7caeca6

Please sign in to comment.