11 lines
234 B
C#
11 lines
234 B
C#
// Copyright (c) Pixel Crushers. All rights reserved.
|
|
|
|
using UnityEngine;
|
|
|
|
namespace PixelCrushers.QuestMachine.Wrappers
|
|
{
|
|
|
|
public class SetIndicatorQuestAction : PixelCrushers.QuestMachine.SetIndicatorQuestAction
|
|
{
|
|
}
|
|
} |