Skip to content

Commit

Permalink
Update ogtdglib.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheyca committed May 10, 2019
1 parent c06d3a3 commit 83d2b1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions OgtDgLib/ogtdglib.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,26 @@

namespace OgtDgLib
{
/// <inheritdoc />
/// <summary>
/// Class for using lib as Mod
/// </summary>
[PublicAPI]
public class OgtDgLib:Mod
{
/// <inheritdoc />
/// <summary>
/// Constructor for Debug.Log
/// </summary>
public OgtDgLib()
{
Debug.Log("OgtDgLib loading");
}

/// <inheritdoc />
/// <summary>
/// Loads before
/// </summary>
public override Priority priority => Priority.Highest;
}
}

0 comments on commit 83d2b1b

Please sign in to comment.