5 lines
78 B
C#
5 lines
78 B
C#
|
namespace BitGames.Terrain
|
|||
|
{
|
|||
|
public interface ITerrainMaterialUser { }
|
|||
|
}
|