2021-08-30 17:47:26 +03:00

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
{
}