9 lines
No EOL
318 B
C#
9 lines
No EOL
318 B
C#
using KitsuneCafe.Input;
|
|
namespace UnityAtoms.KitsuneCafe.Input
|
|
{
|
|
/// <summary>
|
|
/// Condition of type `ControlScheme`. Inherits from `AtomCondition<ControlScheme>`.
|
|
/// </summary>
|
|
[EditorIcon("atom-icon-teal")]
|
|
public abstract class ControlSchemeCondition : AtomCondition<ControlScheme> { }
|
|
} |