using System.Collections; using System.Collections.Generic; using UnityEngine; namespace VoxelBusters.CoreLibrary.Editor { public static class VBEditorConstants { #region Constants public static string Copyrights { get { return "Copyright © 2020 Voxel Busters Interactive LLP."; } } #endregion } }