Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -124,7 +124,7 @@ public sealed partial class FoodSequenceStartPointComponent : Component
|
||||
/// Stores all the necessary information for rendering the FoodSequence element
|
||||
/// </summary>
|
||||
[DataRecord, Serializable, NetSerializable]
|
||||
public record struct FoodSequenceVisualLayer
|
||||
public partial record struct FoodSequenceVisualLayer
|
||||
{
|
||||
/// <summary>
|
||||
/// reference to the original prototype of the layer. Used to edit visual layers.
|
||||
|
||||
Reference in New Issue
Block a user