Replace ProtoId<EntityPrototype> uses with EntProtoId (#29892)

This commit is contained in:
Tayrtahn
2024-07-10 20:01:30 -04:00
committed by GitHub
parent b014d4d0e0
commit 2df65f10f5
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ public sealed partial class SmokeOnTriggerComponent : Component
/// Defaults to smoke but you can use foam if you want.
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite)]
public ProtoId<EntityPrototype> SmokePrototype = "Smoke";
public EntProtoId SmokePrototype = "Smoke";
/// <summary>
/// Solution to add to each smoke cloud.