コード例 #1
0
ファイル: Guild.cs プロジェクト: Mixi59/Stump
 public GuildFactSheetInformations GetGuildFactSheetInformations() => new GuildFactSheetInformations(Id, Name, Level, Emblem.GetNetworkGuildEmblem(), Boss.Id, (short)Members.Count);
コード例 #2
0
ファイル: Guild.cs プロジェクト: Mixi59/Stump
 public GuildInformations GetGuildInformations() => new GuildInformations(Id, Name, Level, Emblem.GetNetworkGuildEmblem());