Beispiel #1
0
 public void Update(GameObject.CGame _game)
 {
     //throw new NotImplementedException();
 }
Beispiel #2
0
 public CUIMapRenderer(GameObject.CGame _game)
 {
     this.font_ = new Font("cn_font.ttf");
     this.text_ = new Text("刘关张", this.font_);
 }