﻿namespace JLGames.RocketDriver.Games.RpgMaterial.Common
{
    public interface IElement
    {
        /// <summary>
        /// Element Key
        /// </summary>
        string EKey { get; }
    }
}