From 101e1eeb8ee855f58557d5e35c2b5732eef14270 Mon Sep 17 00:00:00 2001 From: excitedneon Date: Fri, 12 May 2017 06:07:16 +0300 Subject: [PATCH] Fix docs --- Assets/Scripts/Entities/SyncBases/Computer.cs | 3 ++- Assets/Scripts/Util/TextTextureProperties.cs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/Entities/SyncBases/Computer.cs b/Assets/Scripts/Entities/SyncBases/Computer.cs index 4e7466d..13e4854 100644 --- a/Assets/Scripts/Entities/SyncBases/Computer.cs +++ b/Assets/Scripts/Entities/SyncBases/Computer.cs @@ -54,8 +54,9 @@ namespace Cyber.Entities.SyncBases { /// Runs the with some input, determined by the /// Trigger. /// - /// Determines the keycode given to the + /// Determines the keycode given to the /// . + /// The interaction type. public override void Interact(SyncBase trigger, InteractionType type) { if (type == InteractionType.Activate) { Hologram.Visible = true; diff --git a/Assets/Scripts/Util/TextTextureProperties.cs b/Assets/Scripts/Util/TextTextureProperties.cs index 0eb214d..850f9c1 100644 --- a/Assets/Scripts/Util/TextTextureProperties.cs +++ b/Assets/Scripts/Util/TextTextureProperties.cs @@ -50,6 +50,8 @@ namespace Cyber.Util { /// for usage. /// /// Text. + /// X offset. + /// Y offset. /// Background. /// Font size. /// Width.