示例#1
0
 public void Update()
 {
     DarkestSprite.Update();
 }
示例#2
0
 public void Draw()
 {
     DarkestSprite.Draw(position);
 }