Changes

Jump to navigation Jump to search
m
Line 5,728: Line 5,728:  
<syntaxhighlight lang="c#">
 
<syntaxhighlight lang="c#">
 
/// <summary>The mod entry point.</summary>
 
/// <summary>The mod entry point.</summary>
internal class ModEntry : Mod
+
internal sealed class ModEntry : Mod
 
{
 
{
 
     /// <inheritdoc />
 
     /// <inheritdoc />
Line 5,738: Line 5,738:     
/// <summary>A custom phone handler.</summary>
 
/// <summary>A custom phone handler.</summary>
internal class CustomPhoneHandler : IPhoneHandler
+
internal sealed class CustomPhoneHandler : IPhoneHandler
 
{
 
{
 
     ...
 
     ...
528

edits

Navigation menu