using System; using System.Collections.Generic; namespace NW4RTools.Models { public class Shader { public Shader() { } } }