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