Ejemplo n.º 1
0
 public FeatureUpdateLetter(FeatureNews featureNews, Mod mod)
     : this()
 {
     _news      = featureNews;
     _mod       = mod;
     this.label = _news.Label;
     this.ID    = Find.UniqueIDsManager.GetNextLetterID();
 }
Ejemplo n.º 2
0
        public MoveBaseSetting()
        {
            FeatureNews news = new FeatureNews(
                "Home Mover update"
                , $"Now, Home Mover allows you to move buildings to positions that are occupied, in a different formation, by the same buildings."
                , @"https://steamcommunity.com/sharedfiles/filedetails/?id=2092552843"
                , "Check out the demo"
                , new DateTime(2020, 6, 15));

            FeatureNews.Add(news);
        }