Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -27,13 +27,13 @@ public abstract class DevicePortPrototype
|
||||
public string Description = default!;
|
||||
}
|
||||
|
||||
[Prototype("sinkPort")]
|
||||
[Prototype]
|
||||
[Serializable, NetSerializable]
|
||||
public sealed partial class SinkPortPrototype : DevicePortPrototype, IPrototype
|
||||
{
|
||||
}
|
||||
|
||||
[Prototype("sourcePort")]
|
||||
[Prototype]
|
||||
[Serializable, NetSerializable]
|
||||
public sealed partial class SourcePortPrototype : DevicePortPrototype, IPrototype
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user