Files
beyond/Assets/Plugins/Pixel Crushers/Quest Machine/Wrappers/Quest/Quest Actions/ControlSpawnerQuestAction.cs
2024-11-20 15:21:28 +01:00

11 lines
238 B
C#

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