/*
<copyright file="BGUNGetQuaternion.cs" company="BansheeGz">
    Copyright (c) 2018-2021 All Rights Reserved
</copyright>
*/

using MaxyGames.uNode;
using UnityEngine;

namespace BansheeGz.BGDatabase
{
    [NodeMenu("BansheeGz", "DB: Get quaternion")]
    public class BGUNGetQuaternion : BGUNGetValue<Quaternion>
    {
    }
}