Content PR for YAML hot reloading (#3319)
* Content PR for YAML hot reloading * Add CanAdminReloadPrototypes (host permission) * IndexedPrototype fixes
This commit is contained in:
@@ -6,7 +6,7 @@ using YamlDotNet.RepresentationModel;
|
||||
namespace Content.Shared.Audio
|
||||
{
|
||||
[Prototype("soundCollection")]
|
||||
public sealed class SoundCollectionPrototype : IPrototype, IIndexedPrototype
|
||||
public sealed class SoundCollectionPrototype : IPrototype
|
||||
{
|
||||
public string ID { get; private set; }
|
||||
public IReadOnlyList<string> PickFiles { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user