Skip to content

Commit be40abc

Browse files
committed
Fix another example code issue
1 parent da0675a commit be40abc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Packages/com.unity.inputsystem/DocCodeSamples.Tests/InputSystemUIInputModuleAssignActionsExample.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
using UnityEngine;
22
using UnityEngine.InputSystem.UI;
3-
using UnityEngine.Serialization;
43

54
namespace DocCodeSamples.Tests
65
{
76
internal class InputSystemUIInputModuleAssignActionsExample : MonoBehaviour
87
{
98
// Reference to the InputSystemUIInputModule component, needs to be provided in the Inspector
10-
[FormerlySerializedAs("inputModule")]
119
public InputSystemUIInputModule uiModule;
1210

1311
void Start()

0 commit comments

Comments
 (0)