We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8770fa8 commit a9748b9Copy full SHA for a9748b9
Assets/JCSUnity/Scripts/Input/JCS_ButtonSelectionGroupController.cs
@@ -185,6 +185,8 @@ public class JCS_ButtonSelectionGroupController
185
/*******************************************/
186
/* setter / getter */
187
188
+ public JCS_ButtonSelectionGroup ButtonSelectionGroup { get { return this.mButtonSelectionGroup; } }
189
+
190
public bool Active { get { return this.mActive; } set { this.mActive = value; } }
191
public bool IgnoreGamePause { get { return this.mIgnoreGamePause; } set { this.mIgnoreGamePause = value; } }
192
Assets/StreamingAssets/build_info.txt
@@ -1 +1 @@
1
-Build from DESKTOP-5QUO247 at 10/27/2017 12:54:31 PM
+Build from DESKTOP-5QUO247 at 10/27/2017 2:40:22 PM
0 commit comments