Content PR for YAML hot reloading (#3319)
* Content PR for YAML hot reloading * Add CanAdminReloadPrototypes (host permission) * IndexedPrototype fixes
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Shared.GameObjects.Components.Body.Preset
|
||||
/// </summary>
|
||||
[Prototype("bodyPreset")]
|
||||
[Serializable, NetSerializable]
|
||||
public class BodyPresetPrototype : IPrototype, IIndexedPrototype
|
||||
public class BodyPresetPrototype : IPrototype
|
||||
{
|
||||
private string _id;
|
||||
private string _name;
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Content.Shared.GameObjects.Components.Body.Template
|
||||
/// </summary>
|
||||
[Prototype("bodyTemplate")]
|
||||
[Serializable, NetSerializable]
|
||||
public class BodyTemplatePrototype : IPrototype, IIndexedPrototype
|
||||
public class BodyTemplatePrototype : IPrototype
|
||||
{
|
||||
private string _id;
|
||||
private string _name;
|
||||
|
||||
Reference in New Issue
Block a user