Communications Console: The ECSining (#8374)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -320,7 +320,7 @@ public abstract class $CLASS$ : Component {
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class $CLASS$State : ComponentState {
|
||||
public $CLASS$State($CLASS$ component) {
|
||||
|
||||
|
||||
}
|
||||
}</s:String>
|
||||
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=A04E4F8184AF3244891524889B282DB9/UITag/@EntryValue">SS14</s:String>
|
||||
@@ -401,11 +401,11 @@ public sealed class $CLASS$ : IPrototype, IInheritingPrototype {
|
||||
/// <inheritdoc/>
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
|
||||
/// <inheritdoc/>
|
||||
[ParentDataField(typeof(AbstractPrototypeIdSerializer<$CLASS$>))]
|
||||
public string? Parent { get; }
|
||||
|
||||
|
||||
/// <inheritdoc/>
|
||||
[NeverPushInheritance]
|
||||
[AbstractDataField]
|
||||
|
||||
Reference in New Issue
Block a user