This commit is contained in:
excitedneon 2017-05-12 06:07:16 +03:00
parent 1f473b16ee
commit 101e1eeb8e
2 changed files with 4 additions and 1 deletions

View File

@ -54,8 +54,9 @@ namespace Cyber.Entities.SyncBases {
/// Runs the <see cref="Program"/> with some input, determined by the
/// Trigger.
/// </summary>
/// <param name="Trigger">Determines the keycode given to the
/// <param name="trigger">Determines the keycode given to the
/// <see cref="Program"/>.</param>
/// <param name="type">The interaction type.</param>
public override void Interact(SyncBase trigger, InteractionType type) {
if (type == InteractionType.Activate) {
Hologram.Visible = true;

View File

@ -50,6 +50,8 @@ namespace Cyber.Util {
/// <see cref="TextTextureRenderer"/> for usage.
/// </summary>
/// <param name="text">Text.</param>
/// <param name="offsetX">X offset.</param>
/// <param name="offsetY">Y offset.</param>
/// <param name="background">Background.</param>
/// <param name="fontSize">Font size.</param>
/// <param name="width">Width.</param>