1
This commit is contained in:
13
Src/PlayerSettings/IKeyMap.cs
Normal file
13
Src/PlayerSettings/IKeyMap.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Project.B.Player
|
||||
{
|
||||
public interface IKeyMap
|
||||
{
|
||||
/// <summary>
|
||||
/// 键位字典
|
||||
/// </summary>
|
||||
public IReadOnlyDictionary<string, object> KeyDictionary { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user