fix emitter examining (#13369)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user