arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.ugui@38c58105e446/Tests/Runtime/UGUI/InputField/FakeInputModule.cs
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

12 lines
185 B
C#

using UnityEngine.EventSystems;
namespace InputfieldTests
{
public class FakeInputModule : BaseInputModule
{
public override void Process()
{
}
}
}