makes prototypeinheritance opt in

This commit is contained in:
Paul
2021-03-05 11:13:00 +01:00
parent 069fa89fcb
commit 0b749ff8bb
4 changed files with 27 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ namespace Robust.Shared.Prototypes
/// Prototype that represents game entities.
/// </summary>
[Prototype("entity", -1)]
public class EntityPrototype : IPrototype
public class EntityPrototype : IPrototype, IInheritingPrototype
{
/// <summary>
/// The "in code name" of the object. Must be unique.