Replace ProtoId<EntityPrototype> uses with EntProtoId (#29892)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user