Files
2024-11-20 15:21:28 +01:00

11 lines
226 B
C#

// Copyright (c) Pixel Crushers. All rights reserved.
using UnityEngine;
namespace PixelCrushers.QuestMachine.Wrappers
{
public class AnimatorQuestAction : PixelCrushers.QuestMachine.AnimatorQuestAction
{
}
}