9 lines
136 B
C#
9 lines
136 B
C#
using UnityEngine.InputSystem;
|
|
|
|
namespace NBF.Setting
|
|
{
|
|
public abstract class KeyBoardOption : InputOption
|
|
{
|
|
|
|
}
|
|
} |