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

using System;
using GameCreator.Runtime.VisualScripting;

namespace BansheeGz.BGDatabase
{
    [Serializable]
    public abstract class BGGCAction : Instruction
    {

    }
}