Lint more const string prototypes (#18922)
This commit is contained in:
@@ -61,6 +61,7 @@ public sealed partial class ExplosionSystem : EntitySystem
|
||||
/// find errors. However some components, like rogue arrows, or some commands like the admin-smite need to have
|
||||
/// a "default" option specified outside of yaml data-fields. Hence this const string.
|
||||
/// </remarks>
|
||||
[ValidatePrototypeId<ExplosionPrototype>]
|
||||
public const string DefaultExplosionPrototypeId = "Default";
|
||||
|
||||
public override void Initialize()
|
||||
|
||||
Reference in New Issue
Block a user