Content PR for YAML hot reloading (#3319)
* Content PR for YAML hot reloading * Add CanAdminReloadPrototypes (host permission) * IndexedPrototype fixes
This commit is contained in:
@@ -9,7 +9,7 @@ using YamlDotNet.RepresentationModel;
|
||||
namespace Content.Shared.Research
|
||||
{
|
||||
[NetSerializable, Serializable, Prototype("technology")]
|
||||
public class TechnologyPrototype : IPrototype, IIndexedPrototype
|
||||
public class TechnologyPrototype : IPrototype
|
||||
{
|
||||
private string _name;
|
||||
private string _id;
|
||||
|
||||
Reference in New Issue
Block a user