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 @@ namespace Content.Shared.Access
|
||||
/// Defines a single access level that can be stored on ID cards and checked for.
|
||||
/// </summary>
|
||||
[Prototype("accessLevel")]
|
||||
public class AccessLevelPrototype : IPrototype, IIndexedPrototype
|
||||
public class AccessLevelPrototype : IPrototype
|
||||
{
|
||||
public void LoadFrom(YamlMappingNode mapping)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user