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