Show / Hide Table of Contents

Class ChangelogEntry

Inheritance
System.Object
ChangelogEntry
Implements
Robust.Shared.Serialization.ISerializationHooks
Namespace: Content.Client.Changelog
Assembly: Content.Client.dll
Syntax
public sealed class ChangelogEntry : object, ISerializationHooks

Properties

| Improve this Doc View Source

Author

Declaration
public string Author { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Changes

Declaration
public List<ChangelogChange> Changes { get; }
Property Value
Type Description
List<ChangelogChange>
| Improve this Doc View Source

Id

Declaration
public int Id { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Time

Declaration
public DateTime Time { get; }
Property Value
Type Description
DateTime

Explicit Interface Implementations

| Improve this Doc View Source

ISerializationHooks.AfterDeserialization()

Declaration
void ISerializationHooks.AfterDeserialization()

Implements

Robust.Shared.Serialization.ISerializationHooks
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾