Examine verbs + tooltip buttons (#6489)
This commit is contained in:
@@ -202,6 +202,7 @@ namespace Content.Shared.Verbs
|
||||
{ typeof(InteractionVerb) },
|
||||
{ typeof(AlternativeVerb) },
|
||||
{ typeof(ActivationVerb) },
|
||||
{ typeof(ExamineVerb) }
|
||||
};
|
||||
}
|
||||
|
||||
@@ -264,4 +265,12 @@ namespace Content.Shared.Verbs
|
||||
TextStyleClass = DefaultTextStyleClass;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class ExamineVerb : Verb
|
||||
{
|
||||
public override int TypePriority => 0;
|
||||
|
||||
public bool ShowOnExamineTooltip = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user