Content PR for YAML hot reloading (#3319)
* Content PR for YAML hot reloading * Add CanAdminReloadPrototypes (host permission) * IndexedPrototype fixes
This commit is contained in:
@@ -5,7 +5,7 @@ using YamlDotNet.RepresentationModel;
|
||||
namespace Content.Shared.Atmos
|
||||
{
|
||||
[Prototype("gas")]
|
||||
public class GasPrototype : IPrototype, IIndexedPrototype
|
||||
public class GasPrototype : IPrototype
|
||||
{
|
||||
public string Name { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user