Make remaining IPrototypes partial (#27157)

This commit is contained in:
DrSmugleaf
2024-04-20 00:48:38 -07:00
committed by GitHub
parent ddaaadd204
commit 5eae6335e1
15 changed files with 20 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ public class GuideEntry
}
[Prototype("guideEntry")]
public sealed class GuideEntryPrototype : GuideEntry, IPrototype
public sealed partial class GuideEntryPrototype : GuideEntry, IPrototype
{
public string ID => Id;
}