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