namespace RecrownedAthenaeum.Render { public class SpriteBatch { public SpriteBatch() { } public void Begin() { } public void End() { } } }