Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Class summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed Oct 29, 2023
1 parent 95079e7 commit e4403c9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marsey/FileHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

namespace Marsey;

/// <summary>
/// Handles file operations in the patch folder
/// </summary>
public class FileHandler
{
/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions Marsey/GameAssemblyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

namespace Marsey;

/// <summary>
/// Manages game's assemblies, this includes patching.
/// </summary>
public class GameAssemblyManager
{
private static Harmony? _harmony;
Expand Down
3 changes: 3 additions & 0 deletions Marsey/MarseyPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Marsey;

/// <summary>
/// Entrypoint for patching
/// </summary>
public class MarseyPatcher
{
/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions Marsey/PatchAssemblyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace Marsey;

/// <summary>
/// Initializes, validates and manages patch assemblies.
/// </summary>
public class PatchAssemblyManager
{
private static Assembly? _robustAss;
Expand Down

0 comments on commit e4403c9

Please sign in to comment.