Skip to content

Commit

Permalink
Merge pull request #239 from Eddio0141/236-harmonypatchcategory
Browse files Browse the repository at this point in the history
removed useless types
  • Loading branch information
Eddio0141 committed Jul 9, 2023
2 parents 3b7c88d + feb1aa3 commit 23b529d
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 353 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public RawPatchProcessor(ILogger logger)

public override IEnumerable<KeyValuePair<int, Type>> ProcessModules()
{
// TODO replace this later
var pluginTypes = AccessTools.GetTypesFromAssembly(typeof(MonoBehaviourUpdateInvoker).Assembly);

// list of patch groups, patch group attributes, and PatchTypes for each modules
Expand Down

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions UniTAS/Patcher/Interfaces/Patches/PatchGroups/PatchGroup.cs

This file was deleted.

17 changes: 0 additions & 17 deletions UniTAS/Patcher/Interfaces/Patches/PatchGroups/UnityPatchGroup.cs

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public abstract class PatchProcessor
/// <summary>
/// Processes patch modules
/// </summary>
/// <returns>List of patch priority and types for patching</returns>
/// <returns>List of patch priority and classes that contains classes for patching</returns>
public abstract IEnumerable<KeyValuePair<int, Type>> ProcessModules();
}
18 changes: 0 additions & 18 deletions UniTAS/Patcher/Interfaces/Patches/PatchTypes/ModulePatchType.cs

This file was deleted.

12 changes: 0 additions & 12 deletions UniTAS/Patcher/Interfaces/Patches/PatchTypes/MscorlibPatch.cs

This file was deleted.

12 changes: 0 additions & 12 deletions UniTAS/Patcher/Interfaces/Patches/PatchTypes/UnityPatch.cs

This file was deleted.

Loading

0 comments on commit 23b529d

Please sign in to comment.