first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
namespace InputfieldTests
|
||||
{
|
||||
public class FakeInputModule : BaseInputModule
|
||||
{
|
||||
public override void Process()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user