fix emitter examining (#13369)

This commit is contained in:
Nemanja
2023-01-10 06:48:05 -05:00
committed by GitHub
parent e79d822206
commit a66790f158
3 changed files with 9 additions and 1 deletions

View File

@@ -113,6 +113,13 @@ public class GunComponent : Component
[DataField("selectModeAction")]
public InstantAction? SelectModeAction;
/// <summary>
/// Whether or not information about
/// the gun will be shown on examine.
/// </summary>
[DataField("showExamineText")]
public bool ShowExamineText = true;
}
[Flags]