﻿namespace GameCreator.Runtime.Common
{
    public interface IProperty
    {
        string ToString();
    }
}

