예제 #1
0
 public override void Load(ContentManager content)
 {
     image = TextureLoader.Load("sprite", content);
     base.Load(content);
 }