namespace RecrownedAthenaeum.ContentSystem { public interface IContentPathModifier { /// /// Returns the complete path with the content folder as root. /// /// Is the asset's name /// string Modify(string assetName); } }