CapersProject/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs

22 lines
535 B
C#

#if USE_ARCWEAVE
// Copyright (c) Pixel Crushers. All rights reserved.
using UnityEngine;
namespace PixelCrushers.DialogueSystem.Wrappers
{
/// <summary>
/// This wrapper class keeps references intact if you switch between the
/// compiled assembly and source code versions of the original class.
/// </summary>
[AddComponentMenu("Pixel Crushers/Dialogue System/Third Party/Arcweave/Arcweave Lua")]
public class ArcweaveLua : PixelCrushers.DialogueSystem.ArcweaveSupport.ArcweaveLua
{
}
}
#endif