14 lines
350 B
C#
14 lines
350 B
C#
namespace ConfusedPolarBear.Plugin.IntroSkipper.Helper
|
|
{
|
|
/// <summary>
|
|
/// Gets the commit used to build the plugin.
|
|
/// </summary>
|
|
public static class Commit
|
|
{
|
|
/// <summary>
|
|
/// Gets the commit hash used to build the plugin.
|
|
/// </summary>
|
|
public static string CommitHash => string.Empty;
|
|
}
|
|
}
|