Skip to content

Commit

Permalink
touch everything to rebuild repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketwaroo committed May 7, 2021
1 parent 8011ddf commit 2d10b1b
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 18 deletions.
2 changes: 0 additions & 2 deletions KetwarooPortiaMod/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,5 @@ static void PostfixPlayerMissionMaxCount(ref int __result)
}

}


}

1 change: 0 additions & 1 deletion KetwarooPortiaModActorRescale/ActorRescale.cs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ public static void rescaleActor(Pathea.ActorNs.Actor __instance)
}
}
}

}
}

Expand Down
1 change: 0 additions & 1 deletion KetwarooPortiaModCrafting/Crafting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using System.Collections;
using System.Linq;


namespace KetwarooPortiaModCrafting
{
public class Main
Expand Down
1 change: 0 additions & 1 deletion KetwarooPortiaModEnableDlc/EnableDlc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ static bool Load(UnityModManager.ModEntry modEntry)
return true;
}


static bool OnToggle(UnityModManager.ModEntry modEntry, bool value)
{
enabled = value;
Expand Down
1 change: 0 additions & 1 deletion KetwarooPortiaModFarming/Farming.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static void OnUnload(UnityModManager.ModEntry modEntry)

}


public static void inGameNotify(string message)
{
Pathea.TipsNs.TipsMgr.Instance.SendSimpleTip(message);
Expand Down
1 change: 0 additions & 1 deletion KetwarooPortiaModGiveItem/GiveItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ static bool Load(UnityModManager.ModEntry modEntry)

return true;
}

public static void GiveItem(int itemId, int number)
{
mod.Logger.Log(string.Format("give item {0} {1}", itemId, number));
Expand Down
1 change: 0 additions & 1 deletion KetwarooPortiaModPlayerActions/PlayerActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ static void OnUnload(UnityModManager.ModEntry modEntry)

}


public static void dump(object obj)
{
if (null != obj)
Expand Down
1 change: 0 additions & 1 deletion KetwarooPortiaModRuinDiving/RuinDiving.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,4 @@ static void PostfixGetNeedTime(ref Pathea.DungeonModuleNs.TrialRandomDungeonMana
__result = Main.modSettings.GameTimeUsedPerDungeon;
}
}

}
16 changes: 8 additions & 8 deletions Repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
"Releases": [
{
"Id": "KetwarooPortiaMod",
"Version": "0.1.1620404054",
"Version": "0.1.1620405946",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaMod.zip"
},
{
"Id": "KetwarooPortiaModCrafting",
"Version": "0.1.1620397370",
"Version": "0.1.1620405947",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaModCrafting.zip"
},
{
"Id": "KetwarooPortiaModActorRescale",
"Version": "0.1.1620404143",
"Version": "0.1.1620405946",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaModActorRescale.zip"
},
{
"Id": "KetwarooPortiaModEnableDlc",
"Version": "0.1.1620404143",
"Version": "0.1.1620405946",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaModEnableDlc.zip"
},
{
"Id": "KetwarooPortiaModFarming",
"Version": "0.1.1620405545",
"Version": "0.1.1620405988",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaModFarming.zip"
},
{
"Id": "KetwarooPortiaModGiveItem",
"Version": "0.1.1620404143",
"Version": "0.1.1620405946",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaModGiveItem.zip"
},
{
"Id": "KetwarooPortiaModPlayerActions",
"Version": "0.1.1620404054",
"Version": "0.1.1620405988",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaModPlayerActions.zip"
},
{
"Id": "KetwarooPortiaModRuinDiving",
"Version": "0.1.1620404264",
"Version": "0.1.1620405946",
"DownloadUri": "https:\/\/github.com\/ketwaroo\/KetwarooPortiaMod\/releases\/latest\/download\/KetwarooPortiaModRuinDiving.zip"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Template/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

$info->AssemblyName = "{$assemblyName}.dll";
$info->EntryMethod = "{$assemblyName}.Main.Load";
$info->Repository = "https://raw.githubusercontent.comketwaroo/KetwarooPortiaMod/master/Repository.json";
$info->Repository = "https://raw.githubusercontent.com/ketwaroo/KetwarooPortiaMod/master/Repository.json";

FileSystem::prepareDirectory($outDir);

Expand Down

0 comments on commit 2d10b1b

Please sign in to comment.