mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Basic scaffold of VC driver.
This commit is contained in:
parent
682c21f37c
commit
2180521004
8 changed files with 67 additions and 49 deletions
|
|
@ -17,7 +17,8 @@ namespace PepperDash.Essentials.Core
|
|||
public static class SigAndTriListExtensions
|
||||
{
|
||||
/// <summary>
|
||||
/// Attaches Action to Sig's user object and returns the same Sig.
|
||||
/// Attaches Action to Sig's user object and returns the same Sig. This provides no protection
|
||||
/// from null sigs
|
||||
/// </summary>
|
||||
/// <param name="sig">The BoolOutputSig to attach the Action to</param>
|
||||
/// <param name="a">An action to run when sig is pressed and when released</param>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue