﻿using NUnit.Framework;

namespace GameCreator.Tests.Core
{
    public class Common_General
    {
        [Test]
        public void Control()
        {
            Assert.True(true);
        }
    }
}