1
This commit is contained in:
@@ -3,10 +3,10 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Project.B.Player
|
||||
{
|
||||
public interface IUXKeyMap : IKeyMap
|
||||
public interface IUXKeyMap<T> : IKeyMap
|
||||
{
|
||||
public string CancelKey { get; set; }
|
||||
public string InventoryKey { get; set; }
|
||||
public string ConfirmKey { get; set; }
|
||||
public T CancelKey { get; }
|
||||
public T InventoryKey { get; }
|
||||
public T ConfirmKey { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user