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.