10 lines
208 B
C#
10 lines
208 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
[CreateAssetMenu(fileName = "New NullAction", menuName = "Actions/NullAction")]
|
|
public class NullAction : PlayerAction
|
|
{
|
|
|
|
}
|