using UnityEngine; namespace HQFPSWeapons { interface ISurface { Texture GetSurfaceTexture(); } }