Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Content.Shared.Verbs
|
||||
/// events, or networked events. Verbs also provide text, icons, and categories for displaying in the
|
||||
/// context-menu.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
[Serializable, NetSerializable, Virtual]
|
||||
public class Verb : IComparable
|
||||
{
|
||||
public static string DefaultTextStyleClass = "Verb";
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Content.Shared.Verbs
|
||||
/// Contains combined name and icon information for a verb category.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
public class VerbCategory
|
||||
public sealed class VerbCategory
|
||||
{
|
||||
public readonly string Text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user