Replace ValidatePrototypeId uses with ProtoId or EntProtoId (#38814)
* The easy ones * For certain values of easy * Easy test * Hair * Fix sandbox violations * Sort usings
This commit is contained in:
@@ -54,8 +54,7 @@ public sealed partial class DungeonSystem : SharedDungeonSystem
|
||||
private readonly JobQueue _dungeonJobQueue = new(DungeonJobTime);
|
||||
private readonly Dictionary<DungeonJob.DungeonJob, CancellationTokenSource> _dungeonJobs = new();
|
||||
|
||||
[ValidatePrototypeId<ContentTileDefinition>]
|
||||
public const string FallbackTileId = "FloorSteel";
|
||||
public static readonly ProtoId<ContentTileDefinition> FallbackTileId = "FloorSteel";
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user