1
This commit is contained in:
12
Src/PlayerSettings/IUXKeyMap.cs
Normal file
12
Src/PlayerSettings/IUXKeyMap.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Project.B.Player
|
||||
{
|
||||
public interface IUXKeyMap : IKeyMap
|
||||
{
|
||||
public string CancelKey { get; set; }
|
||||
public string InventoryKey { get; set; }
|
||||
public string ConfirmKey { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user