public ColonistBarDrawer()
 {
     ColonistBarDrawer.ResetTextures();
 }
 public void Reset()
 {
     this.drawerGameObject = new GameObject("ColonistBarDrawer");
     this.drawer           = this.drawerGameObject.AddComponent <ColonistBarDrawer>();
     this.barVisible       = this.drawer.Visible;
 }
 public void ResetTextures()
 {
     ColonistBar.ResetTextures();
     ColonistBarDrawer.ResetTextures();
 }