コード例 #1
0
 public void Load(GuildCrestJson guildCrestJson)
 {
     Emblem     = new GuildCrestEmblem(guildCrestJson.Emblem);
     Border     = new GuildCrestBorder(guildCrestJson.Border);
     Background = new GuildCrestBackground(guildCrestJson.Background);
 }
コード例 #2
0
 public GuildCrest(GuildCrestJson guildCrestJson) : this()
 {
     Load(guildCrestJson);
 }