13 lines
206 B
C#
13 lines
206 B
C#
|
namespace RecrownedAthenaeum.Render {
|
||
|
public class SpriteBatch {
|
||
|
public SpriteBatch() {
|
||
|
}
|
||
|
public void Begin() {
|
||
|
|
||
|
}
|
||
|
|
||
|
public void End() {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|